openbsd-ports/net/tintin++/Makefile
ajacoutot 61d669d80c Fix segfaults on 64bits arch.
Fix MASTER_SITE and reformat DESCR.
Add license marker.

Mostly from Daniel Dickman, thanks.
2010-01-11 07:19:17 +00:00

32 lines
677 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/01/11 07:19:17 ajacoutot Exp $
COMMENT= client program to help playing muds
DISTNAME= tintin++v1.5pl6
PKGNAME= tintin-1.5.6p0
CATEGORIES= net games
MASTER_SITES= http://ftp.kiae.su/pub/unix/games/
EXTRACT_SUFX= .tar.Z
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
CONFIGURE_STYLE= gnu old
WRKDIST= ${WRKDIR}/tintin++/src
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/tintin
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/support/.tt_help.txt.Z ${PREFIX}/lib/tintin
.include <bsd.port.mk>