mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05: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}
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: xmille
|
|
# Version required: 2.0
|
|
# Date created: 30 Dec 1994
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/18 11:25:57 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xmille
|
|
PKGNAME= xmille-2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
ftp://gatekeeper.dec.com/pub/X11-contrib/
|
|
MASTER_SITE_SUBDIR= games
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= swallace@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|