freebsd-ports/games/xmille/Makefile
Kevin Lo a6d16c4971 - Use .tar.gz archive instead of (vanished) .tar.Z archive
- gets() -> fgets()

PR: 24821
Submitted by: Ports Fury
2001-02-03 17:00:35 +00:00

27 lines
455 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>