diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/libsidplay | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
Diffstat (limited to 'audio/libsidplay')
-rw-r--r-- | audio/libsidplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index f4c87f3d32c3..6ae475b43dcc 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: sidplay -# Version required: 1.36.31 # Date created: 31 October 1996 # Whom: Stefan Zehl <sec@42.org> # # $FreeBSD$ # -DISTNAME= sidplay-1_36_35 -PKGNAME= sidplay-1.36.35 +PORTNAME= sidplay +PORTVERSION= 1.36.35 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ +DISTNAME= ${PORTNAME}-1_36_35 EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org |