openbsd-ports/games/xgolgo/Makefile

22 lines
418 B
Makefile
Raw Normal View History

2000-02-10 19:37:15 -05:00
# $OpenBSD: Makefile,v 1.4 2000/02/11 00:37:25 espie Exp $
1998-05-19 23:18:03 -04:00
#
DISTNAME= xeyes-g
PKGNAME= xgolgo-1.0
CATEGORIES= games
1998-05-19 23:18:03 -04:00
MAINTAINER= angelos@openbsd.org
1999-01-13 21:28:33 -05:00
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1998-05-19 23:18:03 -04:00
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xeyes
1998-05-19 23:18:03 -04:00
post-install:
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
.include <bsd.port.mk>