2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1996-10-10 07:12:01 +02:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xeyes+
|
2005-08-01 18:09:52 +02:00
|
|
|
PORTVERSION= 2.02
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
1999-01-12 17:51:33 +01:00
|
|
|
CATEGORIES= games
|
2005-08-01 18:09:52 +02:00
|
|
|
MASTER_SITES= http://www.asahi-net.or.jp/~fj9y-ynym/
|
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
2005-05-31 15:16:44 +02:00
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Horrible eyes looking at your mouse cursor
|
1996-10-10 07:12:01 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
1996-10-10 07:12:01 +02:00
|
|
|
|
2005-08-01 18:09:52 +02:00
|
|
|
PLIST_FILES= bin/xeyes+
|
|
|
|
|
|
|
|
do-build:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include -DXPM -DUSLEEP \
|
|
|
|
-o xeyes+ xeyes+.c -L${LOCALBASE}/lib -lX11 -lXpm -lm
|
2005-08-01 18:09:52 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-11-13 15:18:04 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${STAGEDIR}${PREFIX}/bin
|
1996-10-10 07:12:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|