diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-04-25 20:30:34 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-04-25 20:30:34 +0000 |
commit | b4c21e2fa0da493caa0c0c77eb62d628bcbf2ed6 (patch) | |
tree | ef75c0eb64dc82a1d330b2e2e4a3790b87bbd910 /emulators/cpmtools2/Makefile | |
parent | 8f89f4289dbdb790d6858a6a21b0288072f723cf (diff) |
Notes
Diffstat (limited to 'emulators/cpmtools2/Makefile')
-rw-r--r-- | emulators/cpmtools2/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/emulators/cpmtools2/Makefile b/emulators/cpmtools2/Makefile index 28f9781a94ae..79a6841db0ef 100644 --- a/emulators/cpmtools2/Makefile +++ b/emulators/cpmtools2/Makefile @@ -5,17 +5,19 @@ # $FreeBSD$ # -PORTNAME= cpmtools27 -PORTVERSION= 2.7 +PORTNAME= cpmtools +PORTVERSION= 2.8 CATEGORIES= emulators sysutils -MASTER_SITES= http://www.moria.de/~michael/cpmtools/ -DISTNAME= cpmtools-${PORTVERSION} +MASTER_SITES= http://www.moria.de/~michael/cpmtools/ \ + http://www.copei.de/freebsd-ports/ -MAINTAINER= pixel@hugbox.org +MAINTAINER= pixel@copei.de COMMENT= Tools to access CP/M disks and disk images LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc +LATEST_LINK= cpmtools2 + HAS_CONFIGURE= yes CONFIGURE_ARGS+=--mandir=${PREFIX}/man --bindir=${PREFIX}/sbin \ --datarootdir=${PREFIX}/share/${PORTNAME} --with-dmalloc |