Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= swftools |
9 |
PORTNAME= swftools |
10 |
PORTVERSION= 0.4.3 |
10 |
PORTVERSION= 0.4.4 |
11 |
PORTREVISION= 1 |
|
|
12 |
CATEGORIES= graphics |
11 |
CATEGORIES= graphics |
13 |
MASTER_SITES= http://www.quiss.org/swftools/ |
12 |
MASTER_SITES= http://www.quiss.org/swftools/ |
14 |
|
13 |
|
Lines 24-35
Link Here
|
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
25 |
LDFLAGSS="-L${LOCALBASE}/lib" |
24 |
LDFLAGSS="-L${LOCALBASE}/lib" |
26 |
|
25 |
|
27 |
MAN1= jpeg2swf.1 pdf2swf.1 png2swf.1 swfcombine.1 swfdump.1 swfextract.1 \ |
26 |
MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfcombine.1 swfdump.1 \ |
28 |
swfstrings.1 wav2swf.1 |
27 |
swfextract.1 swfstrings.1 wav2swf.1 |
29 |
|
28 |
|
30 |
post-patch: |
29 |
post-patch: |
31 |
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ |
30 |
@${REINPLACE_CMD} -e 's| -O | |g' ${WRKSRC}/configure |
32 |
s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure |
|
|
33 |
@${REINPLACE_CMD} -e 's|;make|;\$$\(MAKE\)|g' ${WRKSRC}/lib/Makefile.in |
31 |
@${REINPLACE_CMD} -e 's|;make|;\$$\(MAKE\)|g' ${WRKSRC}/lib/Makefile.in |
34 |
|
32 |
|
35 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |