openbsd-ports/games/xgolgo/Makefile

31 lines
608 B
Makefile
Raw Normal View History

2007-11-13 09:54:30 -05:00
# $OpenBSD: Makefile,v 1.19 2007/11/13 14:54:31 steven 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
2007-11-13 09:54:30 -05:00
PKGNAME= xgolgo-1.0p0
1998-05-19 23:18:03 -04:00
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
2007-11-13 09:54:30 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c m
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
2006-11-13 05:08:12 -05:00
USE_X11= Yes
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>