1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/loki/Makefile
Pav Lucistnik 5f7e11dd42 - Update to 0.1.5
PR:		ports/105211
Submitted by:	Charming Sun <snnn119@gmail.com> (maintainer)
2007-01-28 01:38:11 +00:00

35 lines
647 B
Makefile

# 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= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= loki-lib
MAINTAINER= snnn119@gmail.com
COMMENT= A C++ library of common design patterns
USE_DOS2UNIX= yes
USE_GMAKE= yes
USE_GCC= 3.4+
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>