diff options
Diffstat (limited to 'emulators/z80pack/Makefile')
-rw-r--r-- | emulators/z80pack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/z80pack/Makefile b/emulators/z80pack/Makefile index dd8c145db602..1bd347e60e5b 100644 --- a/emulators/z80pack/Makefile +++ b/emulators/z80pack/Makefile @@ -2,7 +2,6 @@ PORTNAME= z80pack DISTVERSION= 1.37 CATEGORIES= emulators MASTER_SITES= https://www.autometer.de/unix4fun/z80pack/ftp/ -EXTRACT_SUFX= tgz MAINTAINER= se@FreeBSD.org COMMENT= Complete CP/M-80 emulator @@ -13,6 +12,8 @@ CONFLICTS_INSTALL= hextools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= tar:tgz + OPTIONS_DEFINE= DOCS do-build: |