1996-04-09 13:03:13 +02:00
|
|
|
# New ports collection makefile for: nedit
|
|
|
|
# Date created: 7 April 1996
|
2000-03-27 05:50:46 +02:00
|
|
|
# Whom: Daniel Eischen <deischen@freebsd.org>
|
1996-04-09 13:03:13 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-04-09 13:03:13 +02:00
|
|
|
#
|
1997-02-18 07:00:30 +01:00
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= nedit
|
2004-11-03 04:21:41 +01:00
|
|
|
PORTVERSION= 5.5
|
2008-03-23 17:44:09 +01:00
|
|
|
PORTREVISION= 2
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= editors
|
2004-11-03 04:21:41 +01:00
|
|
|
MASTER_SITES= ftp://ftp.nedit.org/pub/NEdit/v5_5/ \
|
|
|
|
ftp://ftp.nedit.org/pub/NEdit/contrib/misc/ \
|
|
|
|
http://www.nedit.org/ftp/v5_5/ \
|
|
|
|
http://www.nedit.org/ftp/contrib/misc/
|
|
|
|
DISTFILES= nedit-5.5-src.tar.bz2 nedit.app-defaults
|
|
|
|
EXTRACT_ONLY= nedit-5.5-src.tar.bz2
|
1996-04-09 13:03:13 +02:00
|
|
|
|
2000-03-02 13:32:26 +01:00
|
|
|
MAINTAINER= deischen@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An X11/Motif GUI text editor for programs and plain text files
|
1996-04-09 13:03:13 +02:00
|
|
|
|
2002-07-15 20:19:04 +02:00
|
|
|
USE_BZIP2= yes
|
2000-11-08 00:28:20 +01:00
|
|
|
USE_MOTIF= yes
|
2008-03-23 17:44:09 +01:00
|
|
|
USE_XORG= xpm
|
2000-05-29 05:59:32 +02:00
|
|
|
MAN1= nclient.1 nedit.1
|
2000-03-27 05:50:46 +02:00
|
|
|
ALL_TARGET= freebsd
|
2002-08-23 22:03:18 +02:00
|
|
|
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
|
1996-04-09 13:03:13 +02:00
|
|
|
|
|
|
|
post-extract:
|
2001-10-07 21:15:29 +02:00
|
|
|
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
|
1996-04-09 13:03:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|