Changelog: http://tintin.sourceforge.net/news.php ok Ted Roby <ted.roby AT gmail DOT com> (MAINTAINER)
36 lines
954 B
Makefile
36 lines
954 B
Makefile
# $OpenBSD: Makefile,v 1.21 2017/09/12 02:59:45 bcallah Exp $
|
|
|
|
COMMENT= client program for playing muds with advanced features
|
|
DISTNAME = tintin-2.01.3
|
|
CATEGORIES= net games
|
|
|
|
HOMEPAGE= http://tintin.sourceforge.net/
|
|
MAINTAINER= Ted Roby <troby@freeshell.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c gnutls m pcre pthread util z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tintin/}
|
|
|
|
LIB_DEPENDS= devel/pcre \
|
|
security/gnutls
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAKE_FLAGS= INCS=-I${LOCALBASE}/include
|
|
|
|
WRKDIST= ${WRKDIR}/tt/src
|
|
NO_TEST= Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tintin++
|
|
${INSTALL_DATA} ${WRKDIR}/tt/docs/chat_protocol.txt ${PREFIX}/share/doc/tintin++
|
|
${INSTALL_DATA} ${WRKDIR}/tt/docs/tintin19.txt ${PREFIX}/share/doc/tintin++
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|