freebsd-ports/textproc/gauche-sxml/Makefile
Norikatsu Shigemura 461b4afdc2 Add gauche-sxml 0.9, a port of Oleg Kiselyov's (S)XML utilities to Gauche.
PR:		ports/44079
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-04 21:25:21 +00:00

33 lines
760 B
Makefile

# New ports collection makefile for: gauche-sxml
# Date created: 15 October 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= sxml
PORTVERSION= 0.9
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gauche
PKGNAMEPREFIX= gauche-
DISTNAME= SXML-gauche-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= fuyuki@hadaly.org
COMMENT= A port of Oleg Kiselyov's (S)XML utilities to Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
PLIST_SUB= VERSION="`gauche-config -V`"
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>