freebsd-ports/games/xeyesplus/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

27 lines
586 B
Makefile

# New ports collection makefile for: xeyes+
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xeyes+
PORTVERSION= 2.01
CATEGORIES= games
MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
DISTNAME= xeyes+${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xeyes+
@${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/xeyes+
.include <bsd.port.mk>