mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
35 lines
674 B
Makefile
35 lines
674 B
Makefile
# New ports collection makefile for: xbloody
|
|
# Date created: 10 February 1998
|
|
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbloody
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.kazu.kz/freebsd/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= kazu@jp.freebsd.org
|
|
COMMENT= Knife on X
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xt sm ice
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} != "i386"
|
|
BROKEN= "Does not compile on !i386"
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xbloody
|
|
@${INSTALL_DATA} ${WRKSRC}/README.sjis ${PREFIX}/share/doc/xbloody
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|