openbsd-ports/games/xgolgo/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

27 lines
550 B
Makefile

# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:46 espie Exp $
#
COMMENT= "watch what you are doing -- are you hostile"
DISTNAME= xeyes-g
PKGNAME= xgolgo-1.0
CATEGORIES= games
NEED_VERSION= 1.402
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/
CONFIGURE_STYLE=imake noman
WRKDIST= ${WRKDIR}/xeyes
post-install:
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
.include <bsd.port.mk>