freebsd-ports/devel/bouml-doc/Makefile
Thierry Thomas 0c21fac75d Upgrade to 4.23 ultimate.
Note: due to the continuous license violations, attacks and insults from
people of wikipedia, the author has decided to stop working on Bouml.
2010-11-07 14:00:23 +00:00

26 lines
529 B
Makefile

# New ports collection makefile for: bouml-doc
# Date created: 23 December 2007
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= bouml-doc
PORTVERSION= 4.23
CATEGORIES= devel
MASTER_SITES= SF/bouml/doc/${PORTVERSION}_ultimate/
DISTNAME= doc${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Reference manual of BOUML
NO_BUILD= yes
WRKSRC= ${WRKDIR}/doc
DOCSDIR= ${PREFIX}/share/doc/bouml
do-install:
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DOCSDIR})
.include <bsd.port.mk>