diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-04-12 18:01:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-04-12 18:01:57 +0800 |
commit | 71cd5e0cdba7fa86aded849c4429e593fa6afe9f (patch) | |
tree | 48bfe74546a517f18d83cdc8e06b1dd645b8c08b /emulators | |
parent | 7bbd5da6503e94a4bec6321e5b6162dad56ae0ce (diff) | |
download | freebsd-ports-gnome-71cd5e0cdba7fa86aded849c4429e593fa6afe9f.tar.gz freebsd-ports-gnome-71cd5e0cdba7fa86aded849c4429e593fa6afe9f.tar.zst freebsd-ports-gnome-71cd5e0cdba7fa86aded849c4429e593fa6afe9f.zip |
- clean X11BASE
- set USE_XORG
Approved by: maintainer (implicit)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stonx/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index c4b36f58ecdc..ace625de7b7f 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -17,13 +17,19 @@ COMMENT= AtariST emulator BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + gccmakedep:${PORTSDIR}/devel/gccmakedep \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RESTRICTED= tos.img is copyrighted TOSIMG?= tos.img -#USE_XLIB= yes -USE_X_PREFIX= yes +USE_XORG= x11 sm ice xext xextproto HAS_CONFIGURE= yes +CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \ + --x-libraries=${LOCALBASE}/lib pre-build: ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img @@ -89,6 +95,6 @@ IGNORE="Please get a ROM dump from your AtariST and save it as"\ "\"${TOSIMG}\" in \"${DISTDIR}\" manually, and then make install again" .endif -BUILD_DEPENDS+= ${X11BASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc +BUILD_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc .include <bsd.port.post.mk> |