mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update from 2.8 to 2.9
- Use options helpers - Take maintainership
This commit is contained in:
parent
87064f0e23
commit
73ea2f57a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371439
2 changed files with 5 additions and 10 deletions
|
@ -2,12 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apngasm
|
||||
PORTVERSION= 2.8
|
||||
PORTVERSION= 2.9
|
||||
DISTVERSIONSUFFIX=-src
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Create Animated PNG from a sequence of files
|
||||
|
||||
LICENSE= ZLIB
|
||||
|
@ -25,12 +25,7 @@ PLIST_FILES= bin/${PORTNAME}
|
|||
|
||||
STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png
|
||||
STATIC_MAKE_ENV= STATIC=1
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MSTATIC}
|
||||
LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
|
||||
.endif
|
||||
STATIC_LIB_DEPENDS_OFF= libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (apngasm-2.8-src.zip) = 47bee31bc149efc5932a87819cc0daea668cf7322eeaed9378c43edbdc9803bc
|
||||
SIZE (apngasm-2.8-src.zip) = 568753
|
||||
SHA256 (apngasm-2.9-src.zip) = 5dfd34c9a560da81f91d37b891e23761c74659fe36e04ab2a46696562a9ed876
|
||||
SIZE (apngasm-2.9-src.zip) = 573944
|
||||
|
|
Loading…
Add table
Reference in a new issue