diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-26 19:45:04 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-26 19:45:04 +0000 |
commit | 658fbe92835530714ced0f30a5174358bcfa6af0 (patch) | |
tree | 7682cd1d843a6e2f845fa83191f83d8a73d9f799 | |
parent | 05af418e016a39dcf1d2d13676421ac372c7334c (diff) | |
download | FreeBSD-ports-658fbe92835530714ced0f30a5174358bcfa6af0.zip FreeBSD-ports-658fbe92835530714ced0f30a5174358bcfa6af0.tar.gz |
- Add LICENSE_FILE
- Convert to USES=tar
-rw-r--r-- | misc/pinfo/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 0ce9c34..f8cd92f 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -11,12 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= READLINE NLS -OPTIONS_DEFAULT=READLINE - -USE_BZIP2= yes -USES= ncurses +USES= tar:bzip2 ncurses USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf LIBTOOLIZE_ARGS=--force ACLOCAL_ARGS= -I macros @@ -30,6 +27,8 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= pinfo PLIST_FILES= bin/pinfo etc/pinforc man/man1/pinfo.1.gz +OPTIONS_DEFINE= READLINE NLS +OPTIONS_DEFAULT=READLINE READLINE_USES= readline READLINE_CONFIGURE_WITH= readline |