diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/stella/Makefile | |
parent | (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc (diff) |
PORTNAME/VERSION stuff
Notes
Notes:
svn path=/head/; revision=27455
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r-- | emulators/stella/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index eba187ea1272..ed4a5ff39ece 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: stella-1.1 -# Version required: 1.1 # Date created: March 4, 1999 # Whom: Jacques Vidrine <nectar@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= stella-1.1-src -PKGNAME= stella-1.1 +PORTNAME= stella +PORTVERSION= 1.1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/stella/1.1/ \ http://www.nectar.com/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= nectar@FreeBSD.org |