1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/textproc/skribe/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection makefile for: Skribe
# Date created: 19 December 2003
# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
#
# $FreeBSD$
#
PORTNAME= skribe
PORTVERSION= 1.2g
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Skribe/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A highly programmable document processing system
BUILD_DEPENDS= bigloo:${PORTSDIR}/lang/bigloo
RUN_DEPENDS= bigloo:${PORTSDIR}/lang/bigloo
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-bigloo --prefix=${PREFIX} --docdir=${DOCSDIR}
PLIST_SUB= VERSION="${PORTVERSION}"
.SILENT:
post-extract:
${CHMOD} -R a+r ${WRKSRC}/doc
post-patch:
${REINPLACE_CMD} -e 's|^function ||' ${WRKSRC}/etc/skribe-config.in
${REINPLACE_CMD} -e '/doc/d' ${WRKSRC}/Makefile
post-build:
.if !defined(NOPORTDOCS)
(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE})
.endif
post-install:
${TOUCH} ${DATADIR}/extensions/.keep_me
.if !defined(NOPORTDOCS)
(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} install)
.endif
.include <bsd.port.mk>