freebsd-ports/polish/libtlen/Makefile
Tobias C. Berner 7a3ee9d93e polish: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aleksander Fafula <alex@BSDGuru.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Jacek Pelka <jacek@combit.com.pl>
  *  Maciek Korzen <eaquer@ceti.pl>
  *  Pawel Pekala <c0rn@o2.pl>
  *  Piotr Smyrak <smyru@heron.pl> and
  *  Thierry Thomas <thierry@pompo.net>
  *  smyru@heron.pl
  *  wtp@bsdguru.org

With hat:	portmgr
2022-07-20 16:22:45 +02:00

25 lines
568 B
Makefile

PORTNAME= libtlen
PORTVERSION= 20041113
PORTREVISION= 1
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtlen.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in libtlen.html libtlen.css AUTHORS TODO
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>