mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
27 lines
584 B
Makefile
27 lines
584 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.17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/bouml/bouml%20documentation/reference%20manual%20${PORTVERSION} \
|
|
http://bouml.free.fr/
|
|
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>
|