d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
23 lines
580 B
Makefile
23 lines
580 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -libpng
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to libpng, for reading PNG image files
|
|
|
|
USE_FPC= zlib
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBPNG
|
|
LIBPNG_DESC= Install png library for manipulating PNG images
|
|
OPTIONS_DEFAULT= LIBPNG
|
|
|
|
LIBPNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
|
|
|
.include "${MASTERDIR}/Makefile"
|