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

(-)frei0r/Makefile (-6 / +8 lines)
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||' \
(-)frei0r/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (frei0r-plugins-1.2.tar.gz) = 7af2a36c33af2cd3dbd28e3ac79a3645
1
SHA256 (frei0r-plugins-1.2.1.tar.gz) = 375cd80f03a2bbcecc585487147120952cda99b9d5fe26c0232c233d3525de5b
2
SHA256 (frei0r-plugins-1.2.tar.gz) = d8bc193d486c35138dfb4ab4a00f9f34725bfabc2a03f0bb54f04df2c65d692a
2
SIZE (frei0r-plugins-1.2.1.tar.gz) = 1018783
3
SIZE (frei0r-plugins-1.2.tar.gz) = 1019079
(-)frei0r/pkg-plist (-4 / +4 lines)
Lines 101-110 Link Here
101
%%APIDOC%%%%DOCSDIR%%/html/bc_s.png
101
%%APIDOC%%%%DOCSDIR%%/html/bc_s.png
102
%%APIDOC%%%%DOCSDIR%%/html/classes.html
102
%%APIDOC%%%%DOCSDIR%%/html/classes.html
103
%%APIDOC%%%%DOCSDIR%%/html/closed.png
103
%%APIDOC%%%%DOCSDIR%%/html/closed.png
104
%%APIDOC%%%%DOCSDIR%%/html/dir_8172e6efa965a0ce46c3309e91d1b84c.html
104
%%APIDOC%%%%DOCSDIR%%/html/dir_a8bede1800020592fb2480c268d77cfe.html
105
%%APIDOC%%%%DOCSDIR%%/html/dir_8172e6efa965a0ce46c3309e91d1b84c_dep.map
105
%%APIDOC%%%%DOCSDIR%%/html/dir_a8bede1800020592fb2480c268d77cfe_dep.map
106
%%APIDOC%%%%DOCSDIR%%/html/dir_8172e6efa965a0ce46c3309e91d1b84c_dep.md5
106
%%APIDOC%%%%DOCSDIR%%/html/dir_a8bede1800020592fb2480c268d77cfe_dep.md5
107
%%APIDOC%%%%DOCSDIR%%/html/dir_8172e6efa965a0ce46c3309e91d1b84c_dep.png
107
%%APIDOC%%%%DOCSDIR%%/html/dir_a8bede1800020592fb2480c268d77cfe_dep.png
108
%%APIDOC%%%%DOCSDIR%%/html/dirs.html
108
%%APIDOC%%%%DOCSDIR%%/html/dirs.html
109
%%APIDOC%%%%DOCSDIR%%/html/doxygen.css
109
%%APIDOC%%%%DOCSDIR%%/html/doxygen.css
110
%%APIDOC%%%%DOCSDIR%%/html/doxygen.png
110
%%APIDOC%%%%DOCSDIR%%/html/doxygen.png

Return to bug 152344