1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/textproc/clo++/Makefile
Vanilla I. Shu 2ea521998c Fix missing header problem.
Submitted by:	bento.
2001-03-10 06:52:51 +00:00

25 lines
553 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
CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include"
post-install:
@${MKDIR} ${PREFIX}/share/doc/clo++
${INSTALL_DATA} ${WRKSRC}/doc/handbook.html ${PREFIX}/share/doc/clo++
.include <bsd.port.mk>