2006-04-28 19:59:30 +00:00
|
|
|
# New ports collection makefile for: loki
|
|
|
|
# Date created: 5 Feb 2006
|
|
|
|
# Whom: Sun Chang-Ming
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= loki
|
2010-03-03 12:05:05 +00:00
|
|
|
PORTVERSION= 0.1.7
|
2006-04-28 19:59:30 +00:00
|
|
|
CATEGORIES= devel
|
2009-09-02 15:01:56 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}-lib/Loki/Loki%20${PORTVERSION}
|
2006-04-28 19:59:30 +00:00
|
|
|
|
|
|
|
MAINTAINER= snnn119@gmail.com
|
|
|
|
COMMENT= A C++ library of common design patterns
|
|
|
|
|
2007-01-28 01:38:11 +00:00
|
|
|
USE_DOS2UNIX= yes
|
2006-04-28 19:59:30 +00:00
|
|
|
USE_GMAKE= yes
|
2007-01-28 01:38:11 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-28 19:59:30 +00:00
|
|
|
|
2007-01-28 01:38:11 +00:00
|
|
|
DOCS= README CHANGES doc/flex/flex_string.html \
|
|
|
|
doc/yasli/Notes.txt \
|
|
|
|
doc/yasli/yasli.html
|
2006-04-28 19:59:30 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${DOCS}
|
2007-01-28 01:38:11 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
|
2006-04-28 19:59:30 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2010-03-22 05:46:38 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile on sparc64: TLS not supported
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|