freebsd-ports/devel/bouml-doc/Makefile
Thierry Thomas 00baaa834d Upgrade to 4.9.
Changelog available at <http://bouml.free.fr/historic.html>.
2008-12-26 10:06:43 +00:00

27 lines
569 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.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://bouml.free.fr/
MASTER_SITE_SUBDIR= bouml
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>