Lines 12-24
Link Here
|
12 |
CATEGORIES= games devel |
12 |
CATEGORIES= games devel |
13 |
MASTER_SITES= http://adgali.apiou.org/download/ |
13 |
MASTER_SITES= http://adgali.apiou.org/download/ |
14 |
|
14 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= gahr@gahr.ch |
16 |
COMMENT= An open source game library useful for 2D game development |
16 |
COMMENT= An open source game library useful for 2D game development |
17 |
|
17 |
|
18 |
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |
18 |
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |
19 |
png.5:${PORTSDIR}/graphics/png \ |
19 |
png.5:${PORTSDIR}/graphics/png \ |
20 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
20 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
21 |
freetype.9:${PORTSDIR}/print/freetype2 |
21 |
freetype.9:${PORTSDIR}/print/freetype2 \ |
|
|
22 |
execinfo.1:${PORTSDIR}/devel/libexecinfo |
22 |
|
23 |
|
23 |
USE_AUTOTOOLS= libtool:15 |
24 |
USE_AUTOTOOLS= libtool:15 |
24 |
USE_BZIP2= yes |
25 |
USE_BZIP2= yes |
Lines 28-45
Link Here
|
28 |
GNU_CONFIGURE= yes |
29 |
GNU_CONFIGURE= yes |
29 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
30 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
30 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
31 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
31 |
LDFLAGS="-L${LOCALBASE}/lib" |
32 |
LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" |
32 |
CONFIGURE_ARGS= --enable-compile-optim=no |
33 |
CONFIGURE_ARGS= --enable-compile-optim=no |
33 |
USE_LDCONFIG= yes |
34 |
USE_LDCONFIG= yes |
34 |
|
35 |
|
35 |
.include <bsd.port.pre.mk> |
36 |
.include <bsd.port.pre.mk> |
36 |
|
37 |
|
37 |
.if ${OSVERSION} >= 700042 |
|
|
38 |
BROKEN= "Does not build with gcc 4.2" |
39 |
.endif |
40 |
|
41 |
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 |
38 |
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 |
42 |
BROKEN= "Configure fails" |
39 |
BROKEN= Configure fails |
43 |
.endif |
40 |
.endif |
44 |
|
41 |
|
45 |
post-install: |
42 |
post-install: |