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>
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-06-07 11:03:09 +00:00
|
|
|
#
|
|
|
|
|
1998-07-05 23:08:45 +00:00
|
|
|
DISTNAME= xconq-7.2.2
|
|
|
|
CATEGORIES= games
|
1999-06-27 22:45:55 +00:00
|
|
|
MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/
|
1998-06-07 11:03:09 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
.for info in xconq xcdesign
|
|
|
|
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|