freebsd-ports/devel/fpc-zlib/Makefile
Jose Alonso Cardenas Marquez 5541fdbc2f - Update to 2.0.4
- Add new dependencies to editors/lazarus

Approved by:	garga (mentor,implicit)
2006-09-07 21:32:29 +00:00

22 lines
554 B
Makefile

# New ports collection makefile for: fpc-zlib
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= devel lang
PKGNAMESUFFIX= -zlib
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to the zlib compression library
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
fpcmake:${PORTSDIR}/lang/fpc-utils
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"