28 lines
493 B
Makefile
28 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.26 2013/10/11 23:49:41 naddy Exp $
|
|
#
|
|
|
|
COMMENT= watch what you are doing -- are you hostile
|
|
|
|
DISTNAME= xeyes-g
|
|
PKGNAME= xgolgo-1.0
|
|
REVISION = 1
|
|
CATEGORIES= games
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c m pthread-stubs xcb
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
CONFIGURE_STYLE=imake noman
|
|
|
|
WRKDIST= ${WRKDIR}/xeyes
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
|
|
|
|
.include <bsd.port.mk>
|