mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3d1baa8005
Reported via games/hedgewars: Fatal: Can't find unit zlib used by png
25 lines
597 B
Makefile
25 lines
597 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -libpng
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to libpng, for reading PNG image files
|
|
|
|
USE_FPC= zlib
|
|
USE_FPC_RUN= yes
|
|
|
|
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"
|