blob: e3ac9b4606da20573a549509f5d1e03e1a6e3bc7 (
plain) (
tree)
|
|
# New ports collection makefile for: xteddy
# Version required: 1.0
# Date created: 3 June 1998
# Whom: Eckart "Isegrim" Hofmann
#
# $Id: Makefile,v 1.1.1.1 1998/06/30 13:16:13 ghelmer 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\\.4\\.:${PORTSDIR}/graphics/xpm
NO_CDROM= "Can only be distributed for free"
USE_IMAKE= yes
post-install:
strip ${PREFIX}/bin/xteddy
.include <bsd.port.mk>
|