mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0f02f4aea0
PR: ports/98683 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
19 lines
408 B
Makefile
19 lines
408 B
Makefile
# New ports collection makefile for: fpc-zlib
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -zlib
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal interface to the zlib compression library
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|