diff options
author | rh <rh@pkgsrc.org> | 2000-10-17 05:47:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-17 05:47:19 +0000 |
commit | 0768898563f04eabf2c5d05d64fabceca02fcc9f (patch) | |
tree | a86d998c88083f68c2f4efdb140dc3d21bbeb793 /converters | |
parent | 64aef4ae72a7156728f185fbc0cdc699f4f873d3 (diff) | |
download | pkgsrc-0768898563f04eabf2c5d05d64fabceca02fcc9f.tar.gz |
Cleanup: remove commented-out parts of the Makefile, remove dependency on
automake
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wv/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 2d724d4fd7d..81406a6b75a 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/10/16 15:14:22 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/17 05:47:19 rh Exp $ # DISTNAME= wv-0.6.0 @@ -8,7 +8,6 @@ MASTER_SITES= http://download.sourceforge.net/wvware/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.wvWare.com/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= libwmf-0.1.17nb1:../../graphics/libwmf DEPENDS+= ImageMagick>=5.2.2:../../graphics/ImageMagick @@ -38,14 +37,6 @@ MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" pre-patch: ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} {} \; -pre-configure: - #cd ${WRKSRC} && autoconf - -post-configure: - #cd ${WRKSRC} && ${RM} -rf magick && \ - #${LN} -s ${PREFIX}/include/magick . - #cd ${WRKSRC} && ${LN} -s ${PREFIX}/include/magick/config.h magick - post-install: ${TOUCH} ${PREFIX}/share/wv/ttf/.directory ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wv |