3e4ed01146
- 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)
32 lines
874 B
Makefile
32 lines
874 B
Makefile
# New ports collection makefile for: xpuzzletama
|
|
# Date created: 18 January 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpuzzletama
|
|
PORTVERSION= 1.5b
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
|
|
http://hanzubon.jp/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
|
|
http://ftp.ussg.iu.edu/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Puzzle tama, a tetris like game
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
PLIST_FILES= bin/xpuzzletama lib/X11/xpuzzletama/tama_score
|
|
PLIST_DIRS= lib/X11/xpuzzletama
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/lib/X11/xpuzzletama
|
|
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \
|
|
${WRKSRC}/.tama_score ${PREFIX}/lib/X11/xpuzzletama/tama_score
|
|
|
|
.include <bsd.port.mk>
|