mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
edecf3c4f0
and BROKEN some gnome ports until I upgrade it.
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# New ports collection makefile for: xgolgo
|
|
# Version required: 1.0
|
|
# Date created: 1 July 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/10/03 13:39:45 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= xeyes-g
|
|
PKGNAME= xgolgo-1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
WRKSRC= ${WRKDIR}/xeyes
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
MAN1= xgolgo.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
|
|
|
|
.include <bsd.port.mk>
|