freebsd-ports/games/xmille/Makefile

28 lines
494 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmille
# Date created: 30 Dec 1994
# Whom: swallace
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= xmille
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= X window mille bourne game
WRKSRC= ${WRKDIR}/Mille
USE_IMAKE= yes
MAN1= xmille.1
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
.include <bsd.port.mk>