1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/xrot/Makefile
2001-06-08 05:36:46 +00:00

32 lines
734 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
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= markp@FreeBSD.org
WRKSRC= ${WRKDIR}/xrot
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
post-configure:
${PERL} -pi -e "s@: xrot.man@:@g; s@xrot.man@/dev/null@g" ${WRKSRC}/Makefile
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>