freebsd-ports/games/bogged/Makefile
Emanuel Haupt 0d5adedcad Support USE_TK_WRAPPER
PR:		161636
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:05:45 +00:00

32 lines
582 B
Makefile

# New ports collection makefile for: bogged
# Date created: 18 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= bogged
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Word game for X Window System
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_TK_WRAPPER= yes
PLIST_FILES= bin/bogged
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>