diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-09 04:27:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-09 04:27:00 +0000 |
commit | e297d7d4e0ae3920157cc14ca42c62779f1da413 (patch) | |
tree | 1002f48839223a2fd6d4fc42edab7ee114822f13 /emulators/xzx/Makefile | |
parent | 4c5b38fed8a3147862bde8a1cf84193b3cca33df (diff) | |
download | ports-e297d7d4e0ae3920157cc14ca42c62779f1da413.tar.gz ports-e297d7d4e0ae3920157cc14ca42c62779f1da413.zip |
Update to 4.3.
Remove an unnecessary USE_XPM (implied by USE_MOTIF).
Drop maintainership.
The distfile is still being hosted in MASTER_SITE_LOCAL/adamw for now.
Prompted by:
PR: ports/57770
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=90685
Diffstat (limited to 'emulators/xzx/Makefile')
-rw-r--r-- | emulators/xzx/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 0406d484a6c5..e0ab43a83da2 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -6,22 +6,19 @@ # PORTNAME= xzx -PORTVERSION= 4.1 +PORTVERSION= 4.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw -DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval +DISTNAME= ${PORTNAME}-pro-${PORTVERSION} -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 # xmkmf is used in configure script -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 - -WRKSRC= ${WRKDIR}/${PORTNAME}-pro-${PORTVERSION} +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 USE_MOTIF= yes -USE_XPM= yes USE_X_PREFIX= yes # License forbids redistribution |