diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 17:55:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 17:55:56 +0000 |
commit | 9672b9006e40c7666b5065aaacdb6c90cd6eda8b (patch) | |
tree | 96d2b47842ae08afec87c3eda1ce88a0bbcc95b3 /graphics/swftools | |
parent | 9cd646e4d779cbd6cb21a4968ee4bf9dabbf0ce5 (diff) |
Notes
Diffstat (limited to 'graphics/swftools')
-rw-r--r-- | graphics/swftools/Makefile | 10 | ||||
-rw-r--r-- | graphics/swftools/distinfo | 2 | ||||
-rw-r--r-- | graphics/swftools/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index ce7fd8e95522..22bf487629c0 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -7,8 +7,7 @@ # PORTNAME= swftools -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= graphics MASTER_SITES= http://www.quiss.org/swftools/ @@ -24,12 +23,11 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGSS="-L${LOCALBASE}/lib" -MAN1= jpeg2swf.1 pdf2swf.1 png2swf.1 swfcombine.1 swfdump.1 swfextract.1 \ - swfstrings.1 wav2swf.1 +MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfcombine.1 swfdump.1 \ + swfextract.1 swfstrings.1 wav2swf.1 post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's| -O | |g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|;make|;\$$\(MAKE\)|g' ${WRKSRC}/lib/Makefile.in .include <bsd.port.mk> diff --git a/graphics/swftools/distinfo b/graphics/swftools/distinfo index 96157278f239..db6981988e3b 100644 --- a/graphics/swftools/distinfo +++ b/graphics/swftools/distinfo @@ -1 +1 @@ -MD5 (swftools-0.4.3.tar.gz) = ce1a8075cd35ba62f1bb67c281cc3774 +MD5 (swftools-0.4.4.tar.gz) = 3fe72e32fa48e522e187a193c3550d40 diff --git a/graphics/swftools/pkg-plist b/graphics/swftools/pkg-plist index d89e49d99f67..3bce7f43e5e3 100644 --- a/graphics/swftools/pkg-plist +++ b/graphics/swftools/pkg-plist @@ -1,3 +1,4 @@ +bin/font2swf bin/jpeg2swf bin/pdf2swf bin/png2swf |