diff options
Diffstat (limited to 'textproc/clo++/Makefile')
-rw-r--r-- | textproc/clo++/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/clo++/Makefile b/textproc/clo++/Makefile new file mode 100644 index 0000000..382ecbb1 --- /dev/null +++ b/textproc/clo++/Makefile @@ -0,0 +1,23 @@ +# 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> |