blob: 69190920684a2fa7ae6012ce6203ab3ac40a098d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: fpc-libpng
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= graphics lang
PKGNAMESUFFIX= -libpng
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal interface to libpng, for reading PNG image files
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"
|