freebsd-ports/editors/nedit/Makefile

33 lines
826 B
Makefile
Raw Normal View History

# New ports collection makefile for: nedit
# Date created: 7 April 1996
# Whom: Daniel Eischen <deischen@freebsd.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= nedit
2004-11-03 04:21:41 +01:00
PORTVERSION= 5.5
PORTREVISION= 2
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
MAINTAINER= deischen@freebsd.org
COMMENT= An X11/Motif GUI text editor for programs and plain text files
USE_BZIP2= yes
USE_MOTIF= yes
USE_XORG= xpm
MAN1= nclient.1 nedit.1
ALL_TARGET= freebsd
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
post-extract:
2001-10-07 21:15:29 +02:00
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
.include <bsd.port.mk>