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/frodo | |
parent | (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc (diff) |
PORTNAME/VERSION stuff
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 99583f299b0d..411e5b7ab65e 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: frodo -# Version required: 4.1 # Date created: 11 Dez 1997 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # -DISTNAME= FrodoV4_1a.Src -PKGNAME= frodo-4.1 +PORTNAME= frodo +PORTVERSION= 4.1a CATEGORIES= emulators tk82 MASTER_SITES= ftp://sunsite.unc.edu/pub/micro/commodore/crossplatform/emulators/unix/ +DISTNAME= FrodoV4_1a.Src MAINTAINER= dirk.meyer@dinoex.sub.org |