2e59490083
comment where sources have changed/no longer exist See port status web page (to be updated real-soon-now) for details
18 lines
332 B
Makefile
18 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.2 1998/11/09 01:50:02 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xteddy-1.0
|
|
CATEGORIES= games
|
|
|
|
#MAINTAINER= Isegrim@Wunder-Nett.org
|
|
MAINTAINER= felix@mamba.pond.sub.org
|
|
|
|
MASTER_SITES= ftp://ftp.leo.org:/pub/comp/usenet/comp.sources.x/xteddy/
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/xteddy
|
|
|
|
.include <bsd.port.mk>
|