diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-22 00:49:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-22 00:49:25 +0000 |
commit | 4875258facf836c279ff5806dc41486ead31c6dd (patch) | |
tree | e1d0327fea0f0a0a242be8b63262cf0757ad4d47 /emulators/gxemul/Makefile | |
parent | 8ae019f75f61b7d2ac9e9d9701583d9207d6bb96 (diff) |
Notes
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 5a755bdde917..a3c64ec2b5d7 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,27 +6,22 @@ # PORTNAME= gxemul -PORTVERSION= 0.4.6.2 -PORTREVISION= 1 +PORTVERSION= 0.4.6.3 CATEGORIES= emulators -MASTER_SITES= http://gavare.se/gxemul/src/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jkoshy +MASTER_SITES= SF \ + http://gavare.se/gxemul/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Instruction-level machine emulator +OPTIONS= X11 "X11 support" on + HAS_CONFIGURE= yes ALL_TARGET= build -PLIST_FILES= bin/gxemul MAN1= gxemul.1 - -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif - -OPTIONS= X11 "X11 support" on +PLIST_FILES= bin/gxemul .include <bsd.port.pre.mk> @@ -38,8 +33,9 @@ USE_XORG= x11 post-patch: @${REINPLACE_CMD} -Ee \ - 's|/usr/X11R6|${LOCALBASE}|g; s|-O[0-9]?||g; s|-f[a-zA-Z-]+||g' \ - ${WRKSRC}/configure + 's|/usr/X11R6|${LOCALBASE}|g; \ + s|-O[0-9]?||g; \ + s|-f[a-zA-Z-]+||g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${PREFIX}/bin |