openbsd-ports/net/tintin++/Makefile

33 lines
683 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:42 sthen Exp $
1997-11-17 23:05:09 -05:00
COMMENT= client program to help playing muds
1997-11-17 23:05:09 -05:00
DISTNAME= tintin++v1.5pl6
PKGNAME= tintin-1.5.6
REVISION= 0
1997-11-17 23:05:09 -05:00
CATEGORIES= net games
2000-04-22 23:34:40 -04:00
MASTER_SITES= http://ftp.kiae.su/pub/unix/games/
2000-04-22 23:34:40 -04:00
EXTRACT_SUFX= .tar.Z
1999-03-30 01:01:54 -05:00
# Public Domain
2000-04-22 23:34:40 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c
2000-02-12 03:41:07 -05:00
CONFIGURE_STYLE= gnu old
1997-11-17 23:05:09 -05:00
WRKDIST= ${WRKDIR}/tintin++/src
1997-11-17 23:05:09 -05:00
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
2000-04-22 23:34:40 -04:00
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
1997-11-17 23:05:09 -05:00
.include <bsd.port.mk>