diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index e4cc3a8c432..331f09e69d6 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.18 2000/06/08 16:22:48 brad Exp $ +# $OpenBSD: Makefile,v 1.19 2000/06/12 15:41:34 brad Exp $ DISTNAME= gif2png-2.3.2 CATEGORIES= graphics -NEED_VERSION= 1.234 +NEED_VERSION= 1.301 MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ \ ftp://ftp.ccil.org/pub/esr/ +HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/ + LIB_DEPENDS= png.1.6::graphics/png MAINTAINER= brad@openbsd.org @@ -15,9 +17,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -FAKE= Yes - -GNU_CONFIGURE= Yes +CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-png-inc="${LOCALBASE}/include" \ --with-png-lib="${LOCALBASE}/lib" @@ -27,7 +27,7 @@ pre-patch: post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gif2png - cd ${WRKSRC} && ${INSTALL_DATA} COPYING README \ + cd ${WRKSRC}; ${INSTALL_DATA} COPYING README \ ${PREFIX}/share/doc/gif2png ${INSTALL_SCRIPT} ${WRKDIR}/web2png ${PREFIX}/bin diff --git a/graphics/gif2png/pkg/DESCR b/graphics/gif2png/pkg/DESCR index aeb6143adf5..54ed34d6324 100644 --- a/graphics/gif2png/pkg/DESCR +++ b/graphics/gif2png/pkg/DESCR @@ -1 +1,3 @@ a program to convert CompuServe GIF images to the PNG format. + +WWW: ${HOMEPAGE}