29 lines
585 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2001/05/06 01:06:25 lebel 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
PKGNAME= xgolgo-1.0
CATEGORIES= games
NEED_VERSION= 1.402
MAINTAINER= ports@openbsd.org
1998-05-20 03:18:03 +00:00
2000-02-12 06:29:49 +00:00
LICENSE_TYPE= BSD
2000-04-01 18:23:45 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
1999-01-14 02:28:33 +00:00
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/
CONFIGURE_STYLE=imake noman
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/xeyes
1998-05-20 03:18:03 +00:00
post-install:
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
.include <bsd.port.mk>