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

(-)Makefile (-2 / +8 lines)
Lines 38-48 Link Here
38
38
39
OPTIONS=	VORBIS	"Enable Ogg Vorbis support" on \
39
OPTIONS=	VORBIS	"Enable Ogg Vorbis support" on \
40
		ESOUND	"Enable Esound support"  off \
40
		ESOUND	"Enable Esound support"  off \
41
		3DNOW	"Enable 3DNow! optimized decoding routines" on
41
		3DNOW	"Enable 3DNow! optimized decoding routines" on \
42
		IPV6	"Enable IPv6 support" off
42
43
43
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
44
45
45
CONFIGURE_ARGS+=	--enable-ipv6
46
# Enable IPv6 support
47
.if defined(WITH_IPV6)
48
PATCH_SITES+=	http://izb.knu.ac.kr/~bh/diffs/
49
PATCHFILES+=	bmp-0.9.7-ipv6-simple.diff
50
PATCH_DIST_STRIP+=	-p1
51
.endif
46
52
47
#.if !defined(WITHOUT_MIKMOD)
53
#.if !defined(WITHOUT_MIKMOD)
48
#LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
54
#LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
(-)distinfo (+2 lines)
Lines 1-2 Link Here
1
MD5 (bmp-0.9.7.tar.gz) = 5d74113f5de3d11a400d1d6c118d41c0
1
MD5 (bmp-0.9.7.tar.gz) = 5d74113f5de3d11a400d1d6c118d41c0
2
SIZE (bmp-0.9.7.tar.gz) = 1974397
2
SIZE (bmp-0.9.7.tar.gz) = 1974397
3
MD5 (bmp-0.9.7-ipv6-simple.diff) = b0d83c75333f799261c9459804879cbe
4
SIZE (bmp-0.9.7-ipv6-simple.diff) = 8660

Return to bug 87339