1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- clean X11BASE

- set USE_XORG
Approved by:	maintainer (implicit)
This commit is contained in:
Dirk Meyer 2008-04-12 10:01:57 +00:00
parent 89173bc55b
commit b369b6e1c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211117

View File

@ -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>