aboutsummaryrefslogtreecommitdiff
path: root/devel/loki/Makefile
blob: 0218e972575f3d309fbd3c31658e28c66e8f3b1a (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
28
29
30
31
32
# New ports collection makefile for:	loki
# Date created:		5 Feb 2006
# Whom:			Sun Chang-Ming
#
# $FreeBSD$
#

PORTNAME=	loki
PORTVERSION=	0.1.5
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}-lib/Loki/Loki%20${PORTVERSION}

MAINTAINER=	snnn119@gmail.com
COMMENT=	A C++ library of common design patterns

USE_DOS2UNIX=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

DOCS=		README CHANGES doc/flex/flex_string.html \
		doc/yasli/Notes.txt \
		doc/yasli/yasli.html

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
	${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>