1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xmille/Makefile
Ying-Chieh Liao 6082ca2e05 find->${FIND},xargs->${XARGS}
PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-09-29 08:07:47 +00:00

27 lines
458 B
Makefile

# New ports collection makefile for: xmille
# Date created: 30 Dec 1994
# Whom: swallace
#
# $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
WRKSRC= ${WRKDIR}/Mille
USE_IMAKE= yes
MAN1= xmille.1
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
.include <bsd.port.mk>