1998-06-07 11:03:09 +00:00
|
|
|
# New ports collection makefile for: xconq
|
1998-07-05 23:08:45 +00:00
|
|
|
# Version required: 7.2.2
|
1998-06-07 11:03:09 +00:00
|
|
|
# Date created: 2 Jun 1998
|
|
|
|
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
|
|
|
#
|
1998-10-01 06:09:56 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/09/28 02:17:56 steve Exp $
|
1998-06-07 11:03:09 +00:00
|
|
|
#
|
|
|
|
|
1998-07-05 23:08:45 +00:00
|
|
|
DISTNAME= xconq-7.2.2
|
|
|
|
CATEGORIES= games
|
1998-06-07 11:03:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cygnus.com/pub/xconq/
|
|
|
|
|
|
|
|
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-06-07 11:03:09 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-xpm
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-06-07 11:03:09 +00:00
|
|
|
|
|
|
|
MAN6= xconq.6 cconq.6
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC}/doc && make info
|
|
|
|
|
|
|
|
post-install:
|
1998-07-05 23:08:45 +00:00
|
|
|
.for file in xconq cconq imf2x x2imf xshowimf
|
1998-06-07 11:03:09 +00:00
|
|
|
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>
|