2005-11-10 03:49:33 +01:00
|
|
|
# New ports collection makefile for: SGMLSpm
|
|
|
|
# Date created: 4 May 2004
|
|
|
|
# Whom: Brian Candler <B.Candler@pobox.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SGMLSpm
|
|
|
|
PORTVERSION= 1.03
|
2008-06-13 17:30:08 +02:00
|
|
|
PORTREVISION= 1
|
2005-11-10 03:49:33 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2008-05-06 06:57:29 +02:00
|
|
|
MASTER_SITE_SUBDIR= SGMLS
|
2005-11-10 03:49:33 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}ii
|
|
|
|
|
2007-05-01 02:12:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-11-10 03:49:33 +01:00
|
|
|
COMMENT= Perl module for postprocessing the output from sgmls and nsgmls
|
|
|
|
|
2005-11-13 06:13:28 +01:00
|
|
|
USE_PERL5_RUN= yes
|
2005-11-10 03:49:33 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2008-06-15 19:37:45 +02:00
|
|
|
INSTALL_TARGET= install BINDIR=${PREFIX}/bin \
|
|
|
|
PERL5DIR=${SITE_PERL} SPECDIR=${EXAMPLESDIR}
|
2008-06-13 17:30:08 +02:00
|
|
|
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
PORTDOCS= *
|
|
|
|
INSTALL_TARGET+=docs install_html HTMLDIR=${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
.ifdef(NOPORTEXAMPLES)
|
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/noportexamples-patch-Makefile
|
|
|
|
.endif
|
|
|
|
|
2007-05-01 02:13:53 +02:00
|
|
|
pre-su-install:
|
2008-06-13 17:30:08 +02:00
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
.ifndef(NOPORTEXAMPLES)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
.endif
|
2005-11-10 03:49:33 +01:00
|
|
|
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
PORTDOCS= *
|
|
|
|
INSTALL_TARGET+=docs install_html HTMLDIR=${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|