aboutsummaryrefslogtreecommitdiffstats
path: root/games/xeyesplus/Makefile
blob: 1862d15e707e23c79ea7baeec7978ced027dc3c3 (plain) (blame)
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
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_X_PREFIX=   yes
USE_XPM=    yes

PLIST_FILES=    bin/xeyes+

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

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

.include <bsd.port.mk>