Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= frei0r |
8 |
PORTNAME= frei0r |
9 |
PORTVERSION= 1.2 |
9 |
PORTVERSION= 1.2.1 |
10 |
DISTVERSIONPREFIX= plugins- |
10 |
DISTVERSIONPREFIX= plugins- |
11 |
CATEGORIES= graphics |
11 |
CATEGORIES= graphics |
12 |
MASTER_SITES= http://piksel.no/${PORTNAME}/ \ |
12 |
MASTER_SITES= http://piksel.no/${PORTNAME}/releases/ \ |
13 |
ftp://ftp.dyne.org/${PORTNAME}/releases/ \ |
13 |
ftp://ftp.dyne.org/${PORTNAME}/releases/ \ |
14 |
http://distfiles.macports.org/${PORTNAME}-plugins/ |
14 |
http://distfiles.macports.org/${PORTNAME}-plugins/ |
15 |
|
15 |
|
Lines 21-30
Link Here
|
21 |
|
21 |
|
22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
USE_GNOME= gnomehack pkgconfig |
23 |
USE_GNOME= gnomehack pkgconfig |
|
|
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |
24 |
MAKE_JOBS_SAFE= yes |
25 |
MAKE_JOBS_SAFE= yes |
25 |
|
26 |
|
26 |
CFLAGS+= -I${LOCALBASE}/include |
|
|
27 |
|
28 |
LICENSE= GPLv2 |
27 |
LICENSE= GPLv2 |
29 |
LICENSE_FILE= ${WRKSRC}/COPYING |
28 |
LICENSE_FILE= ${WRKSRC}/COPYING |
30 |
|
29 |
|
Lines 50-58
Link Here
|
50 |
CONFIGURE_ARGS+=--disable-cpuflags |
49 |
CONFIGURE_ARGS+=--disable-cpuflags |
51 |
.endif |
50 |
.endif |
52 |
|
51 |
|
|
|
52 |
post-extract: |
53 |
@${TOUCH} ${WRKSRC}/include/config.h.in |
54 |
|
53 |
post-patch: |
55 |
post-patch: |
54 |
.if !defined(WITH_APIDOC) |
56 |
.if defined(WITH_APIDOC) |
55 |
@${REINPLACE_CMD} -e '/^SUBDIRS/s| doc||' ${WRKSRC}/Makefile.in |
57 |
@${REINPLACE_CMD} -e '/^SUBDIRS/s|include|include doc|' ${WRKSRC}/Makefile.in |
56 |
.endif |
58 |
.endif |
57 |
@${REINPLACE_CMD} -e 's|^docsdir.*|docsdir = ${DOCSDIR}|' \ |
59 |
@${REINPLACE_CMD} -e 's|^docsdir.*|docsdir = ${DOCSDIR}|' \ |
58 |
-e '/^install-data-am/s| install-docsDATA||' \ |
60 |
-e '/^install-data-am/s| install-docsDATA||' \ |