mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
712 B
Makefile
32 lines
712 B
Makefile
# New ports collection makefile for: xrot
|
|
# Date created: Apr 2, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrot
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
ftp://ftp.kobe-u.ac.jp/pub/Linux/packages/Vine/VinePlus/1.1/JG-0.9.1/sources/
|
|
MASTER_SITE_SUBDIR= will
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A falling ball puzzle game for X
|
|
|
|
ALL_TARGET= xrot
|
|
PLIST_FILES= bin/xrot
|
|
WRKSRC= ${WRKDIR}/xrot
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin
|
|
${CHOWN} root:games ${PREFIX}/bin/xrot
|
|
${CHMOD} g+s ${PREFIX}/bin/xrot
|
|
${SH} pkg-install ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|