26 lines
457 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2014/08/30 21:54:08 jasper Exp $
1998-05-20 03:18:03 +00:00
#
COMMENT= watch what you are doing -- are you hostile
1998-05-20 03:18:03 +00:00
DISTNAME= xeyes-g
2010-11-16 11:23:25 +00:00
PKGNAME= xgolgo-1.0
REVISION = 1
1998-05-20 03:18:03 +00:00
CATEGORIES= games
2007-12-07 15:58:16 +00:00
# BSD
2000-04-01 18:23:45 +00:00
PERMIT_PACKAGE_CDROM= Yes
2007-11-13 14:54:30 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c m pthread-stubs xcb
2000-02-12 06:29:49 +00:00
CONFIGURE_STYLE=imake noman
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/xeyes
1998-05-20 03:18:03 +00:00
2013-03-11 11:02:49 +00:00
NO_TEST= Yes
2002-10-26 20:44:38 +00:00
1998-05-20 03:18:03 +00:00
post-install:
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
.include <bsd.port.mk>