1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xconq/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

37 lines
803 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.7 1998/10/01 06:09:56 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
.for info in xconq xcdesign
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
.endfor
.include <bsd.port.mk>