freebsd-ports/textproc/p5-PerlPoint-Package/Makefile

50 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: p5-PerlPoint-Package
# Date created: 8 Jun 2004
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= PerlPoint-Package
2007-10-26 22:09:37 +02:00
PORTVERSION= 0.45.2
DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/}
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PerlPoint is both a presentation and a documentation toolset
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
2006-06-14 16:49:48 +02:00
MAN1= pp2sdf.1 perlpoint.1
MAN3= PerlPoint::Anchors.3 \
PerlPoint::Backend.3 \
PerlPoint::Constants.3 \
2005-11-21 18:57:28 +01:00
PerlPoint::Generator.3 \
PerlPoint::Generator::Object::Page.3 \
PerlPoint::Generator::SDF.3 \
PerlPoint::Generator::SDF::Default.3 \
PerlPoint::Parser.3 \
PerlPoint::Tags.3 \
PerlPoint::Tags::Basic.3 \
2005-11-21 18:57:28 +01:00
PerlPoint::Tags::SDF.3 \
PerlPoint::Template.3
2004-06-08 13:11:07 +02:00
.if !defined(NOPORTDOCS)
2004-06-18 14:46:36 +02:00
PORTDOCS= # suck all DOCSDIR
2004-06-08 13:11:07 +02:00
post-install:
2004-06-08 15:36:18 +02:00
@${MKDIR} ${DOCSDIR}
2004-06-08 13:11:07 +02:00
@cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${DOCSDIR}
@cd ${WRKSRC}; ${FIND} utilities | ${CPIO} -padm ${DOCSDIR}
2004-06-08 15:36:18 +02:00
@${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC}/demo; ${FIND} . | ${CPIO} -padm ${EXAMPLESDIR}
2004-06-08 13:11:07 +02:00
.endif
.include <bsd.port.mk>