diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
commit | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/nedit | |
parent | 8b330db9e10e1e3e9b78358da8c509d0586697b6 (diff) | |
download | ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.tar.gz ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.zip |
Notes
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 346076aee2a6..5eeb2e2e08ac 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nedit -# Date created: 7 April 1996 -# Whom: Daniel Eischen <deischen@freebsd.org> -# +# Created by: Daniel Eischen <deischen@freebsd.org> # $FreeBSD$ -# PORTNAME= nedit PORTVERSION= 5.5 @@ -23,11 +19,11 @@ 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 +COMMENT= X11/Motif GUI text editor for programs and plain text files LICENSE= GPLv1 +USES= motif USE_BZIP2= yes -USE_MOTIF= yes USE_XORG= xpm MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd |