diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-20 11:08:29 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-20 11:08:29 +0000 |
commit | cc1177b8d8aa873dd5717ae5eef8c89fc0dc2531 (patch) | |
tree | f7dfd6f6d6f98ba3d5f86af0129c18faf9730d1d /emulators/cpmtools2/Makefile | |
parent | f91e1235e34476c70773b94b5f69ef744925aa02 (diff) | |
download | ports-cc1177b8d8aa873dd5717ae5eef8c89fc0dc2531.tar.gz ports-cc1177b8d8aa873dd5717ae5eef8c89fc0dc2531.zip |
Notes
Diffstat (limited to 'emulators/cpmtools2/Makefile')
-rw-r--r-- | emulators/cpmtools2/Makefile | 11 |
1 files changed, 4 insertions, 7 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 |