openbsd-ports/games/xgolgo/Makefile

28 lines
547 B
Makefile
Raw Normal View History

2002-10-26 16:44:38 -04:00
# $OpenBSD: Makefile,v 1.15 2002/10/26 20:44:39 naddy Exp $
1998-05-19 23:18:03 -04:00
#
COMMENT= "watch what you are doing -- are you hostile"
1998-05-19 23:18:03 -04:00
DISTNAME= xeyes-g
PKGNAME= xgolgo-1.0
CATEGORIES= games
# License: BSD
2000-04-01 13:23:45 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
1999-01-13 21:28:33 -05:00
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/
CONFIGURE_STYLE=imake noman
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xeyes
1998-05-19 23:18:03 -04:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 23:18:03 -04:00
post-install:
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
.include <bsd.port.mk>