blob: 72a43e686ca2fc1d96d1e418461afdeca408a910 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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>
|