100196f27a
Especially now that the default line is more verbose.
30 lines
709 B
Makefile
30 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.11 2001/10/28 13:05:48 espie Exp $
|
|
# Id: Makefile,v 1.7 1996/11/18 11:36:43 asami Exp $
|
|
#
|
|
|
|
COMMENT= "client program to help playing muds"
|
|
|
|
DISTNAME= tintin++v1.5pl6
|
|
PKGNAME= tintin-1.5.6
|
|
CATEGORIES= net games
|
|
NEED_VERSION= 1.402
|
|
|
|
MASTER_SITES= ftp://ftp.walrus.com/pub/avatar/clients/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu old
|
|
|
|
WRKDIST= ${WRKDIR}/tintin++/src
|
|
|
|
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>
|