1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/xrot/Makefile
Emanuel Haupt a636ce83e8 Update MASTER_SITES
PR:		159467
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-09 13:20:21 +00:00

38 lines
942 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= 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
MAINTAINER= ports@FreeBSD.org
COMMENT= A falling ball puzzle game for X
WRKSRC= ${WRKDIR}/xrot
USE_IMAKE= yes
USE_XORG= xpm
ALL_TARGET= xrot
PLIST_FILES= bin/xrot
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>