summaryrefslogtreecommitdiff
path: root/games/xteddy/Makefile
blob: e78fa96a776a1448786a2a3708521e4fdf325908 (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
# New ports collection makefile for:   xteddy
# Version required:    1.0
# Date created:        3 June 1998
# Whom:                Eckart "Isegrim" Hofmann
#
# $Id: Makefile,v 1.2 1998/07/02 00:39:00 asami Exp $
#

DISTNAME=	xteddy-1.0
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.leo.org:/pub/comp/usenet/comp.sources.x/xteddy/

MAINTAINER=	Isegrim@Wunder-Nett.org

LIB_DEPENDS=	Xpm.5:${PORTSDIR}/graphics/xpm

NO_CDROM=	"Can only be distributed for free"

USE_IMAKE=	yes

post-install:
		strip ${PREFIX}/bin/xteddy
.include <bsd.port.mk>