|
Added
Link Here
|
| 1 |
# New ports collection makefile for: apngasm |
| 2 |
# Date created: 02 May 2010 |
| 3 |
# Whom: Anonymous <swell.k@gmail.com> |
| 4 |
# |
| 5 |
# $FreeBSD$ |
| 6 |
# |
| 7 |
|
| 8 |
PORTNAME= apngasm |
| 9 |
PORTVERSION= 2.0 |
| 10 |
DISTVERSIONSUFFIX=-src |
| 11 |
CATEGORIES= graphics |
| 12 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
| 13 |
|
| 14 |
MAINTAINER= swell.k@gmail.com |
| 15 |
COMMENT= Create Animated PNG from a sequence of files |
| 16 |
|
| 17 |
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png |
| 18 |
|
| 19 |
USE_ZIP= yes |
| 20 |
EXTRACT_AFTER_ARGS=-d ${WRKSRC} |
| 21 |
USE_DOS2UNIX= yes |
| 22 |
PLIST_FILES= bin/${PORTNAME} |
| 23 |
|
| 24 |
ALL_TARGET= ${PORTNAME} |
| 25 |
MAKEFILE= /dev/null |
| 26 |
CFLAGS+= -I${LOCALBASE}/include -lpng -lz -L${LOCALBASE}/lib |
| 27 |
|
| 28 |
do-install: .SILENT |
| 29 |
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ |
| 30 |
|
| 31 |
.include <bsd.port.mk> |