1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/dodgindiamond2/Makefile
Ion-Mihai Tetcu 1a884346bf Fix plist with -DNOPORTDOCS.
Prompted by:	QAT QA tun
Approved by:	maintainer timeout on QATMail
2009-04-07 20:07:51 +00:00

42 lines
1.0 KiB
Makefile

# New ports collection makefile for: Dodgin' Diamond 2
# Date created: 15 Jul 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= dodgindiamond2
PORTVERSION= 0.2.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/
DISTNAME= dd2-${PORTVERSION}
MAINTAINER= chinsan@FreeBSD.org
COMMENT= An old school shoot'em up game
USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/games
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} '/install-data-am:/s/install-docsDATA//' \
${WRKSRC}/Makefile.in
.endif
post-install:
${MKDIR} ${PREFIX}/etc
${INSTALL_DATA} ${WRKSRC}/src/data/dd2.cfg ${PREFIX}/etc/dd2.cfg.sample
.if !exists(${PREFIX}/etc/dd2.cfg)
${INSTALL_DATA} ${WRKSRC}/src/data/dd2.cfg ${PREFIX}/etc
.endif
${CHGRP} games ${PREFIX}/bin/dd2
${CHMOD} g+s ${PREFIX}/bin/dd2
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>