openbsd-ports/net/tintin++/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

33 lines
683 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:42 sthen Exp $
COMMENT= client program to help playing muds
DISTNAME= tintin++v1.5pl6
PKGNAME= tintin-1.5.6
REVISION= 0
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>