30 lines
602 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:57 espie Exp $
1997-11-18 04:05:09 +00:00
COMMENT= client program to help playing muds
1997-11-18 04:05:09 +00:00
DISTNAME= tintin++v1.5pl6
PKGNAME= tintin-1.5.6
REVISION= 0
1997-11-18 04:05:09 +00:00
CATEGORIES= net games
2000-04-23 03:34:40 +00:00
MASTER_SITES= http://ftp.kiae.su/pub/unix/games/
2000-04-23 03:34:40 +00:00
EXTRACT_SUFX= .tar.Z
1999-03-30 06:01:54 +00:00
# Public Domain
2000-04-23 03:34:40 +00:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
2000-02-12 08:41:07 +00:00
CONFIGURE_STYLE= gnu old
1997-11-18 04:05:09 +00:00
WRKDIST= ${WRKDIR}/tintin++/src
1997-11-18 04:05:09 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-28 01:38:44 +00:00
2000-04-23 03:34:40 +00: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-18 04:05:09 +00:00
.include <bsd.port.mk>