1996-04-09 07:03:13 -04:00
|
|
|
# New ports collection makefile for: nedit
|
|
|
|
# Date created: 7 April 1996
|
2000-03-26 22:50:46 -05:00
|
|
|
# Whom: Daniel Eischen <deischen@freebsd.org>
|
1996-04-09 07:03:13 -04:00
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1996-04-09 07:03:13 -04:00
|
|
|
#
|
1997-02-18 01:00:30 -05:00
|
|
|
|
2000-04-13 20:25:54 -04:00
|
|
|
PORTNAME= nedit
|
|
|
|
PORTVERSION= 5.1.1
|
1998-07-27 19:25:33 -04:00
|
|
|
CATEGORIES= editors
|
2000-03-26 22:50:46 -05:00
|
|
|
MASTER_SITES= ftp://ftp.nedit.org/pub/v5_1_1/ \
|
|
|
|
ftp://ftp.nedit.org/pub/contrib/misc/
|
|
|
|
DISTFILES= nedit-5.1.1-src.tar.gz nedit-5.1.app-defaults
|
1996-04-09 07:03:13 -04:00
|
|
|
|
2000-03-02 07:32:26 -05:00
|
|
|
MAINTAINER= deischen@freebsd.org
|
1996-04-09 07:03:13 -04:00
|
|
|
|
1998-09-16 20:33:02 -04:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1996-04-09 07:03:13 -04:00
|
|
|
|
1996-04-11 04:56:49 -04:00
|
|
|
REQUIRES_MOTIF= yes
|
1998-08-05 05:31:52 -04:00
|
|
|
USE_X_PREFIX= yes
|
2000-03-26 22:50:46 -05:00
|
|
|
EXTRACT_ONLY= nedit-5.1.1-src.tar.gz
|
2000-05-28 23:59:32 -04:00
|
|
|
MAN1= nclient.1 nedit.1
|
2000-03-26 22:50:46 -05:00
|
|
|
ALL_TARGET= freebsd
|
1996-04-09 07:03:13 -04:00
|
|
|
|
|
|
|
post-extract:
|
2000-03-26 22:50:46 -05:00
|
|
|
${CP} ${DISTDIR}/nedit-5.1.app-defaults ${WRKSRC}/NEdit.ad
|
1996-04-09 07:03:13 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|