diff options
author | ak <ak@FreeBSD.org> | 2013-09-20 19:08:29 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-09-20 19:08:29 +0800 |
commit | 879949a95aa8e8509416663e1f13e0d30cb0a0d9 (patch) | |
tree | f7dfd6f6d6f98ba3d5f86af0129c18faf9730d1d /emulators | |
parent | afa82cdd2a7b88f371833d006a28d93b84dafc02 (diff) | |
download | freebsd-ports-gnome-879949a95aa8e8509416663e1f13e0d30cb0a0d9.tar.gz freebsd-ports-gnome-879949a95aa8e8509416663e1f13e0d30cb0a0d9.tar.zst freebsd-ports-gnome-879949a95aa8e8509416663e1f13e0d30cb0a0d9.zip |
- Update to 2.16
- Convert Makefile headers to new style
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cpmtools2/Makefile | 11 | ||||
-rw-r--r-- | emulators/cpmtools2/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/emulators/cpmtools2/Makefile b/emulators/cpmtools2/Makefile index 9773f3f4ed46..78a9376ef0c9 100644 --- a/emulators/cpmtools2/Makefile +++ b/emulators/cpmtools2/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: cpmtools -# Date created: 31 January 2008 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= cpmtools -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= emulators sysutils MASTER_SITES= http://www.moria.de/~michael/cpmtools/ @@ -17,6 +13,7 @@ LICENSE= GPLv3 LATEST_LINK= cpmtools2 +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ --datarootdir=${DATADIR} @@ -30,7 +27,7 @@ LIBDSK_DESC= Access to disks and disk images support .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MLIBDISK} +.if ${PORT_OPTIONS:MLIBDSK} LIB_DEPENDS+= dsk:${PORTSDIR}/emulators/libdsk CONFIGURE_ARGS+=--with-libdsk=${LOCALBASE} .else diff --git a/emulators/cpmtools2/distinfo b/emulators/cpmtools2/distinfo index 2cabc809a357..982d99d6e31e 100644 --- a/emulators/cpmtools2/distinfo +++ b/emulators/cpmtools2/distinfo @@ -1,2 +1,2 @@ -SHA256 (cpmtools-2.15.tar.gz) = 33de4b9cb41ee07e8ccfacb42701928e41440c68ea69b817a74e5db16cf01aaa -SIZE (cpmtools-2.15.tar.gz) = 174447 +SHA256 (cpmtools-2.16.tar.gz) = 12b8832ea15e88c6755a2801caa6fab4e1e2cda18468206b5c7acb16232897af +SIZE (cpmtools-2.16.tar.gz) = 181842 |