mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ee370c82be
o add missing manpage o fix PLIST o remove files/patch-aa o add files/patch-doc::Makefile.in PR: 29402 Submitted by: maintainer
38 lines
744 B
Makefile
38 lines
744 B
Makefile
# New ports collection makefile for: dopewars
|
|
# Date created: 16 May 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dopewars
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://dopewars.sourceforge.net/ \
|
|
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
MAINTAINER= petef@databits.net
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GTK= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ARGS= --enable-nls
|
|
|
|
.if defined(NOPORTDOCS)
|
|
MAKE_ENV+= NOPORTDOCS=yes
|
|
.endif
|
|
|
|
PLIST_SUB= DOPEWARS=${PKGNAME}
|
|
|
|
MAN6= dopewars.6
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's!/pixmaps!/dopewars/pixmaps!' \
|
|
${WRKSRC}/src/Makefile.in
|
|
@${PERL} -pi -e 's!dopewars.sco!dopewars/dopewars.sco!g' \
|
|
${WRKSRC}/src/dopewars.c ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|