2013-06-14 23:47:16 +02:00
|
|
|
# Created by: Mark Pulford <mark@kyne.com.au>
|
2001-04-07 07:51:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xrot
|
|
|
|
PORTVERSION= 1.3.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2001-04-07 07:51:42 +02:00
|
|
|
CATEGORIES= games
|
2011-08-09 15:20:21 +02:00
|
|
|
MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
|
|
|
|
http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
|
|
|
|
http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \
|
|
|
|
http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
|
|
|
|
http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \
|
|
|
|
http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources
|
2001-04-07 07:51:42 +02:00
|
|
|
|
2006-04-15 02:01:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-14 23:47:16 +02:00
|
|
|
COMMENT= Falling ball puzzle game for X
|
2001-04-07 07:51:42 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/xrot
|
2011-08-09 15:20:21 +02:00
|
|
|
|
2013-06-28 23:48:59 +02:00
|
|
|
USES= imake
|
- 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
|
2011-08-09 15:20:21 +02:00
|
|
|
ALL_TARGET= xrot
|
2013-06-14 23:47:16 +02:00
|
|
|
CFLAGS+= -Wno-return-type
|
2011-08-09 15:20:21 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/xrot
|
2001-04-07 07:51:42 +02:00
|
|
|
|
2013-09-20 19:36:33 +02:00
|
|
|
NO_STAGE= yes
|
2001-04-07 07:51:42 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin
|
2001-06-01 08:05:18 +02:00
|
|
|
${CHOWN} root:games ${PREFIX}/bin/xrot
|
2001-04-07 07:51:42 +02:00
|
|
|
${CHMOD} g+s ${PREFIX}/bin/xrot
|
|
|
|
${SH} pkg-install ${PKGNAME} POST-INSTALL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|