openbsd-ports/games/xgolgo/Makefile

32 lines
590 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.24 2010/11/16 11:23:29 espie 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
2010-11-16 06:23:25 -05:00
PKGNAME= xgolgo-1.0
REVISION = 1
1998-05-19 23:18:03 -04:00
CATEGORIES= games
2007-12-07 10:58:16 -05:00
# 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 pthread-stubs xcb
2000-02-12 01:29:49 -05:00
2007-12-07 10:58:16 -05:00
MASTER_SITES= ${MASTER_SITE_BACKUP}
CONFIGURE_STYLE=imake noman
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xeyes
1998-05-19 23:18:03 -04:00
2010-10-18 14:00:15 -04:00
USE_GROFF = 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>