blob: 8d3730f4c3bdfb17e84d490aa6c1149b4005de4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: powermanga
# Date created: 26 Jan 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= powermanga
PORTVERSION= 0.78
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.tlk.fr/lesjeux/
DISTNAME= ${PORTNAME}
MAINTAINER= jylefort@brutele.be
COMMENT= An arcade 2D shoot-em-up
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_SDL= sdl mixer
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN6= powermanga.6
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/powermanga.6
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/AUTHORS \
${WRKSRC}/CHANGES \
${DOCSDIR}
.endif
.include <bsd.port.mk>
|