diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
commit | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (patch) | |
tree | 70918f4cedb0a4f811642bffb1bcb275cecd393f /emulators/stella/Makefile | |
parent | b63050e9ed523e4a52ef681c03ecbdf827f2ad72 (diff) | |
download | freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.gz freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.zst freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.zip |
PORTNAME/VERSION stuff
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 |