freebsd-ports/textproc/clo++/Makefile
Kevin Lo 09401b51ae Initial import of clo++-0.3.0
clo++ is a command line parser generator for C++
2001-01-30 10:21:27 +00:00

23 lines
504 B
Makefile

# New ports collection makefile for: clo++
# Date created: 30 January 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= clo++
PORTVERSION= 0.3.0
CATEGORIES= textproc
MASTER_SITES= http://pmade.org/~pjones/software/clo++/download/
MAINTAINER= kevlo@FreeBSD.org
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
post-install:
@${MKDIR} ${PREFIX}/share/doc/clo++
${INSTALL_DATA} ${WRKSRC}/doc/handbook.html ${PREFIX}/share/doc/clo++
.include <bsd.port.mk>