1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/print/axpoint/Makefile
Ying-Chieh Liao 134f75c078 add axpoint 1.21
XML Based Presentations
2002-05-13 17:04:49 +00:00

32 lines
810 B
Makefile

# ex:ts=8
# Ports collection makefile for: axpoint
# Date created: May 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= axpoint
PORTVERSION= 1.21
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
DISTNAME= XML-Handler-AxPoint-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${PERL_SITELIBDIR}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${PERL_SITELIBDIR}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \
${PERL_SITELIBDIR}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib
LIB_DEPENDS= pdf.4:${PORTSDIR}/print/pdflib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::Handler::AxPoint.3
.include <bsd.port.mk>