freebsd-ports/games/xmille/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
518 B
Makefile

# New ports collection makefile for: xmille
# Date created: 30 Dec 1994
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xmille
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= X window mille bourne game
WRKSRC= ${WRKDIR}/Mille
USE_IMAKE= yes
MAN1= xmille.1
PLIST_FILES= bin/xmille
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
.include <bsd.port.mk>