mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to version 1.2.
Just build/install the console version if NO_X is defined.
This commit is contained in:
parent
863f2b58e4
commit
2026d5c01e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41448
@ -6,17 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= qix
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= jmz
|
||||
|
||||
MAINTAINER= jmz@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.if defined(NO_X)
|
||||
MAKE_ARGS= NO_X11=yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.else
|
||||
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
|
||||
@ -29,7 +33,7 @@ PLIST_SUB= FONTSDIR=${FONTSDIR}
|
||||
|
||||
do-configure:
|
||||
@${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile~
|
||||
@${SED} -e s:/usr/local:${PREFIX}: -e s:/usr/X11R6:${PREFIX}: \
|
||||
${SED} -e s:/usr/local:${PREFIX}: -e s:/usr/X11R6:${PREFIX}: \
|
||||
< ${WRKSRC}/Makefile~ > ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qix-1.1.tar.gz) = 524190d08a48cd6227f7a355fab13cdb
|
||||
MD5 (qix-1.2.tar.gz) = 65017a34b7cbd17525550ca85f378698
|
||||
|
@ -1,6 +1,4 @@
|
||||
bin/qix
|
||||
bin/qix.bin
|
||||
bin/qix.xbin
|
||||
%%FONTSDIR%%/qix14.pcf.gz
|
||||
%%FONTSDIR%%/qix18.pcf.gz
|
||||
share/qix/qix.score
|
||||
@dirrm share/qix
|
||||
|
7
games/qix/pkg-plist.x11
Normal file
7
games/qix/pkg-plist.x11
Normal file
@ -0,0 +1,7 @@
|
||||
bin/qix
|
||||
bin/qix.bin
|
||||
bin/qix.xbin
|
||||
share/qix/qix.score
|
||||
%%FONTSDIR%%/qix14.pcf.gz
|
||||
%%FONTSDIR%%/qix18.pcf.gz
|
||||
@dirrm share/qix
|
Loading…
Reference in New Issue
Block a user