diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-13 12:48:21 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-13 12:48:21 +0000 |
commit | 8d4f17c0dfd014cfdbf6d63877afb0b101c4004d (patch) | |
tree | 2af46367e8d17017f74419996f6242e41a552541 /audio/HVSC-Update | |
parent | 72df7726b5d06c84b8a17855d22d6ae5b2bc77b7 (diff) | |
download | ports-8d4f17c0dfd014cfdbf6d63877afb0b101c4004d.tar.gz ports-8d4f17c0dfd014cfdbf6d63877afb0b101c4004d.zip |
Notes
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r-- | audio/HVSC-Update/Makefile | 36 | ||||
-rw-r--r-- | audio/HVSC-Update/distinfo | 1 | ||||
-rw-r--r-- | audio/HVSC-Update/pkg-comment | 1 | ||||
-rw-r--r-- | audio/HVSC-Update/pkg-descr | 3 | ||||
-rw-r--r-- | audio/HVSC-Update/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile new file mode 100644 index 000000000000..137907bf640d --- /dev/null +++ b/audio/HVSC-Update/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: HVSC-Update +# Date created: 13 October 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HVSC-Update +PORTVERSION= 2.8.1 +CATEGORIES= audio emulators +MASTER_SITES= http://sidplay2.sourceforge.net/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/ +DISTNAME= ${PORTNAME}-Tool-${PORTVERSION}-Source +EXTRACT_SUFX= .tgz + +MAINTAINER= anders@FreeBSD.org + +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 + +WRKSRC= ${WRKDIR}/${PORTNAME}-Tool-${PORTVERSION}-Source + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +DOCS= HVSC_Update.txt PSID_v2NG.txt + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/HVSC-Update +.if !defined(NOPORTDOCS) + @${INSTALL} -d -m 0755 ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/audio/HVSC-Update/distinfo b/audio/HVSC-Update/distinfo new file mode 100644 index 000000000000..be5656c7bf07 --- /dev/null +++ b/audio/HVSC-Update/distinfo @@ -0,0 +1 @@ +MD5 (HVSC-Update-Tool-2.8.1-Source.tgz) = 2dd139c8bc5f3a7f3df1fabc8ab61a2b diff --git a/audio/HVSC-Update/pkg-comment b/audio/HVSC-Update/pkg-comment new file mode 100644 index 000000000000..c5fb3f2de338 --- /dev/null +++ b/audio/HVSC-Update/pkg-comment @@ -0,0 +1 @@ +Update program for the HVSC C= 64 SID tune collection diff --git a/audio/HVSC-Update/pkg-descr b/audio/HVSC-Update/pkg-descr new file mode 100644 index 000000000000..86e971e2ae9f --- /dev/null +++ b/audio/HVSC-Update/pkg-descr @@ -0,0 +1,3 @@ +HVSC-Update is a tool to update your HVSC C= 64 SID tune collection. + +WWW: http://www.hvsc.c64.org/ diff --git a/audio/HVSC-Update/pkg-plist b/audio/HVSC-Update/pkg-plist new file mode 100644 index 000000000000..dfb6c49d1b6f --- /dev/null +++ b/audio/HVSC-Update/pkg-plist @@ -0,0 +1,4 @@ +bin/HVSC-Update +%%PORTDOCS%%share/doc/HVSC-Update-Tool/HVSC_Update.txt +%%PORTDOCS%%share/doc/HVSC-Update-Tool/PSID_v2NG.txt +%%PORTDOCS%%@dirrm share/doc/HVSC-Update-Tool |