diff options
Diffstat (limited to 'emulators/quasi88/Makefile')
-rw-r--r-- | emulators/quasi88/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 53e3864..f506cbd 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 0.6.3 PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PC-8801 emulator for X USE_XORG= x11 xext -USES= gmake +USES= gmake tar:tgz MAKE_ENV= DATADIR="${DATADIR}" _CC="${CC}" _CFLAGS="${CFLAGS}" \ _CXX="${CXX}" LD="${CXX}" PROGRAM="${PORTNAME}" MAKE_ARGS= ARCH="freebsd" |