View | Details | Raw Unified | Return to bug 114189
Collapse All | Expand All

(-)pengupop/Makefile (-10 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	pengupop
8
PORTNAME=	pengupop
9
PORTVERSION=	2.1.9
9
PORTVERSION=	2.2.4
10
PORTREVISION=	1
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	http://www.junoplay.com/files/ \
11
MASTER_SITES=	http://www.junoplay.com/files/ \
13
		http://www.amdmi3.ru/distfiles/
12
		http://www.amdmi3.ru/distfiles/
Lines 18-36 Link Here
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
18
USE_GMAKE=	yes
20
USE_SDL=	sdl
19
USE_SDL=	sdl
21
USE_GCC=	3.4+
22
CONFIGURE_ENV=	CPPFLAGS="`${SDL_CONFIG} --cflags`" \
20
CONFIGURE_ENV=	CPPFLAGS="`${SDL_CONFIG} --cflags`" \
23
		LDFLAGS="`${SDL_CONFIG} --libs`"
21
		LDFLAGS="`${SDL_CONFIG} --libs`"
24
22
25
PLIST_FILES=	bin/pengupop
23
PLIST_FILES=	bin/pengupop
26
24
27
.include <bsd.port.pre.mk>
28
29
.if ${OSVERSION} < 500000
30
BROKEN=		does not build on FreeBSD 4.x: lack of swprintf
31
.endif
32
33
post-patch:
25
post-patch:
34
	@${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in
26
	@${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in
35
27
36
.include <bsd.port.post.mk>
28
.include <bsd.port.mk>
(-)pengupop/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pengupop-2.1.9.tar.gz) = dfc80cafbe406e57761b815cbbe50349
1
MD5 (pengupop-2.2.4.tar.gz) = 31cb21f9b9f0cc92076a0361b4fea09b
2
SHA256 (pengupop-2.1.9.tar.gz) = 2e144e4dc507e2e373b11c58b098d7ab9fce6571223d5e3bd3f71d5f909e2cb8
2
SHA256 (pengupop-2.2.4.tar.gz) = 09c32132fede7e0932cc9178c38debea0ddbd7d5b62a5fdb1eb62909cfcb264f
3
SIZE (pengupop-2.1.9.tar.gz) = 1195562
3
SIZE (pengupop-2.2.4.tar.gz) = 1667063

Return to bug 114189