- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE - add HOMEPAGE
This commit is contained in:
parent
b81f61b294
commit
7148d4f7f8
@ -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
|
||||
|
||||
|
@ -1 +1,3 @@
|
||||
a program to convert CompuServe GIF images to the PNG format.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user