openbsd-ports/games/xteddy/Makefile
brad ee9a5d76e1 - change maintainer to ports@openbsd.org
- remove NEED_VERSION
- ${STRIP} -> strip
1999-12-09 21:20:40 +00:00

17 lines
330 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/12/09 21:20:40 brad Exp $
DISTNAME= xteddy-1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.leo.org/pub/comp/usenet/comp.sources.x/xteddy/
NO_CDROM= "Can only be distributed for free"
MAINTAINER= ports@openbsd.org
USE_IMAKE= yes
post-install:
@strip ${PREFIX}/bin/xteddy
.include <bsd.port.mk>