blob: 46f071054bdc1b673e693b53902d86ed9b0067cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: bouml-doc
# Date created: 23 December 2007
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= bouml-doc
PORTVERSION= 4.12.4
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>
|