freebsd-ports/games/qix/Makefile

40 lines
845 B
Makefile
Raw Normal View History

2000-06-05 20:56:18 -04:00
# New ports collection makefile for: qix
# Date created: 6 June 2000
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= qix
PORTVERSION= 1.2
2000-06-05 20:56:18 -04:00
CATEGORIES= games
2000-06-28 22:31:42 -04:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
2000-06-05 20:56:18 -04:00
MAINTAINER= jmz@FreeBSD.org
.if defined(WITHOUT_X11)
MAKE_ARGS= NO_X11=yes
.include <bsd.port.pre.mk>
.else
2000-06-05 20:56:18 -04:00
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
PLIST= pkg-plist.x11
.endif
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
2000-06-05 20:56:18 -04:00
MAN1= qix.1
FONTSDIR= lib/X11/fonts/local
PLIST_SUB= FONTSDIR=${FONTSDIR}
do-configure:
@${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile~
${SED} -e s:/usr/local:${PREFIX}: -e s:/usr/X11R6:${PREFIX}: \
2000-06-05 20:56:18 -04:00
< ${WRKSRC}/Makefile~ > ${WRKSRC}/Makefile
.include <bsd.port.post.mk>