diff options
Diffstat (limited to 'games/xmille/Makefile')
-rw-r--r-- | games/xmille/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 76a714623fc1..3d14dcfd4faf 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: xmille -# Version required: 2.0 # Date created: 30 Dec 1994 # Whom: swallace # # $FreeBSD$ # -DISTNAME= xmille -PKGNAME= xmille-2.0 +PORTNAME= xmille +PORTVERSION= 2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://gatekeeper.dec.com/pub/X11-contrib/ MASTER_SITE_SUBDIR= games -EXTRACT_SUFX= .tar.Z +DISTFILES= xmille.tar.Z MAINTAINER= swallace@FreeBSD.org |