1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xconq/Makefile
Akinori MUSHA 64a88bdf7a Change MAINTAINER's mail address.
Now "Don Croyle <croyle@gelemna.org>".

PR:		18701, (part of) 18702, 18703, 18706
Submitted by:	MAINTAINER
2000-05-21 11:52:06 +00:00

37 lines
729 B
Makefile

# New ports collection makefile for: xconq
# Date created: 2 Jun 1998
# Whom: Don Croyle <croyle@gelemna.org>
#
# $FreeBSD$
#
PORTNAME= xconq
PORTVERSION= 7.2.2
CATEGORIES= games
MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/
MAINTAINER= croyle@gelemna.org
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>