1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/xeyesplus/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

26 lines
581 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= ports@FreeBSD.org
COMMENT= Horrible eyes looking at your mouse cursor
USE_IMAKE= yes
USE_XPM= yes
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xeyes+
@${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/xeyes+
.include <bsd.port.mk>