mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
20b9bbed0a
MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
22 lines
515 B
Makefile
22 lines
515 B
Makefile
# New ports collection makefile for: xrobots
|
|
# Version required: something real old
|
|
# Date created: 2 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/18 11:27:02 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xrobots
|
|
PKGNAME= xrobots-1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/
|
|
|
|
MAINTAINER= swallace@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
install -c -g games -m 664 ${.CURDIR}/files/xrobotscores /usr/X11R6/lib/X11
|
|
|
|
.include <bsd.port.mk>
|