1999-12-10 20:30:05 +01:00
|
|
|
# New ports collection makefile for: sxsame
|
|
|
|
# Date created: 11 December 1999
|
|
|
|
# Whom: Yuichi Narahara
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= sxsame
|
|
|
|
PORTVERSION= 3.02
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1999-12-10 20:30:05 +01:00
|
|
|
CATEGORIES= games
|
2006-04-09 18:59:53 +02:00
|
|
|
MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
|
|
|
|
http://www.asahi-net.or.jp/~fj9y-ynym/ \
|
|
|
|
http://ftp.ncnu.edu.tw/FreeBSD/distfiles/ \
|
|
|
|
http://mirror.israel.net/pub/FreeBSD/distfiles/
|
1999-12-10 20:30:05 +01:00
|
|
|
|
2000-12-30 19:24:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= A tile-removing puzzle game for the X Window system
|
1999-12-10 20:30:05 +01:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
- 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
|
1999-12-10 20:30:05 +01:00
|
|
|
INSTALL_TARGET= install install.dir
|
2000-05-01 06:50:40 +02:00
|
|
|
BINOWN= root
|
1999-12-10 20:30:05 +01:00
|
|
|
BINGRP= games
|
|
|
|
BINMODE= 2755
|
|
|
|
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
|
|
|
|
|
|
|
|
post-install:
|
2000-07-15 18:36:51 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2006-04-09 18:59:53 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
1999-12-10 20:30:05 +01:00
|
|
|
.for i in INSTALL.jp README.jp
|
2006-04-09 18:59:53 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
1999-12-10 20:30:05 +01:00
|
|
|
.endfor
|
2000-07-15 18:36:51 +02:00
|
|
|
.endif
|
1999-12-10 20:30:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|