Update textproc/libucl to version 0.7.2
[dports.git] / editors / nedit / Makefile
1 # Created by: Daniel Eischen <deischen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       nedit
5 PORTVERSION=    5.5
6 PORTREVISION=   4
7 CATEGORIES=     editors
8 MASTER_SITES=   http://people.freebsd.org/~deischen/distfiles/ \
9                 ${MASTER_SITE_SOURCEFORGE} \
10                 ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/
11 MASTER_SITE_SUBDIR=     ${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
12 DISTFILES=      nedit-5.5-src.tar.bz2 nedit.app-defaults
13 EXTRACT_ONLY=   nedit-5.5-src.tar.bz2
14
15 MAINTAINER=     deischen@FreeBSD.org
16 COMMENT=        X11/Motif GUI text editor for programs and plain text files
17
18 LICENSE=        GPLv1
19
20 USES=           motif tar:bzip2
21 USE_XORG=       xpm
22 ALL_TARGET=     freebsd
23
24 post-extract:
25         ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
26
27 post-install::
28 .for file in nedit nclient
29         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
30 .endfor
31
32 .include <bsd.port.mk>