freebsd-ports/games/xconq/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

40 lines
922 B
Makefile

# New ports collection makefile for: xconq
# Version required: 7.2.2
# Date created: 2 Jun 1998
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id: Makefile,v 1.2 1998/07/05 23:08:31 steve Exp $
#
DISTNAME= xconq-7.2.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.cygnus.com/pub/xconq/
MAINTAINER= croyle@gelemna.ft-wayne.in.us
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm
USE_X_PREFIX= yes
MAN6= xconq.6 cconq.6
post-build:
cd ${WRKSRC}/doc && make info
post-install:
.for file in xconq cconq imf2x x2imf xshowimf
strip ${PREFIX}/bin/${file}
.endfor
cd ${WRKSRC}/doc && make install-info
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.for info in xconq xcdesign
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
.endfor
.include <bsd.port.mk>