freebsd-ports/polish/libtlen/Makefile
Vanilla I. Shu 9286d09604 1: Stagify.
2: convert PORTNODOCS to options.
2014-06-24 15:37:54 +00:00

27 lines
606 B
Makefile

# Created by: Piotr Smyrak <smyru@heron.pl> and
# $FreeBSD$
PORTNAME= libtlen
PORTVERSION= 20041113
CATEGORIES= polish net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Backend for interoperability with Tlen.pl, Polish IM network
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in libtlen.html libtlen.css AUTHORS TODO
@${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>