diff options
author | thierry <thierry@FreeBSD.org> | 2010-09-09 04:20:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-09-09 04:20:01 +0800 |
commit | 8274e63fa3baf25e225a22a24d8aaf2d197123df (patch) | |
tree | d3758f619585026bc3c6839d6d00ab13379349ed /converters/ascii2binary/Makefile | |
parent | cd4c6974e9624df8772e03fae3ce99237b22ad5c (diff) | |
download | freebsd-ports-gnome-8274e63fa3baf25e225a22a24d8aaf2d197123df.tar.gz freebsd-ports-gnome-8274e63fa3baf25e225a22a24d8aaf2d197123df.tar.zst freebsd-ports-gnome-8274e63fa3baf25e225a22a24d8aaf2d197123df.zip |
Upgrade to 2.14.
Changelog at <http://billposer.org/Software/Ascii2BinaryChangeLog.html>.
Diffstat (limited to 'converters/ascii2binary/Makefile')
-rw-r--r-- | converters/ascii2binary/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index 09fa52bb728c..43f4efb714da 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ascii2binary -PORTVERSION= 2.13 -PORTREVISION= 2 +PORTVERSION= 2.14 CATEGORIES= converters MASTER_SITES= http://billposer.org/Software/Downloads/ @@ -17,6 +16,8 @@ COMMENT= Convert between textual representations of numbers and binary USE_BZIP2= yes USE_GETTEXT= yes +LICENSE= GPLv3 + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |