19 lines
323 B
Makefile
19 lines
323 B
Makefile
# New ports collection makefile for: pdflib-perl
|
|
# Date created: 05 April 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pdflib
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 0
|
|
CATEGORIES= print
|
|
|
|
MASTERDIR= ${.CURDIR}/../pdflib
|
|
|
|
WITH_PERL= yes
|
|
LATEST_LINK= ${PORTNAME}-perl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|