summaryrefslogtreecommitdiffstats
path: root/games/xeyesplus/Makefile
blob: 4f740d15b2db42b379dbb54edf624eddf62752b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.02
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	http://www.asahi-net.or.jp/~fj9y-ynym/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Horrible eyes looking at your mouse cursor

USE_XORG=	xpm

PLIST_FILES=	bin/xeyes+

do-build:
	cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include -DXPM -DUSLEEP \
		-o xeyes+ xeyes+.c -L${LOCALBASE}/lib -lX11 -lXpm -lm

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${PREFIX}/bin

.include <bsd.port.mk>
OpenPOWER on IntegriCloud