1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xrobots/Makefile
Justin M. Seger a33461789b Switch to new MASTER_SITE with different distfile.
Alter patch-aa to apply cleanly to new distfile.
Make myself MAINTAINER.
1998-04-12 18:03:14 +00:00

22 lines
541 B
Makefile

# New ports collection makefile for: xrobots
# Version required: 1.0
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.9 1997/07/21 19:36:28 max Exp $
#
DISTNAME= xrobots-1.0-ss-10.20
PKGNAME= xrobots-1.0
CATEGORIES= games
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/Games/Arcade/xrobots-1.0/
MAINTAINER= jseger@FreeBSD.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xrobots-1.0
post-install:
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
.include <bsd.port.mk>