mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add HVSC-Update, a tool to update your HVSC C= 64 SID tune collection.
This commit is contained in:
parent
72df7726b5
commit
8d4f17c0df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67968
36
audio/HVSC-Update/Makefile
Normal file
36
audio/HVSC-Update/Makefile
Normal file
@ -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>
|
1
audio/HVSC-Update/distinfo
Normal file
1
audio/HVSC-Update/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HVSC-Update-Tool-2.8.1-Source.tgz) = 2dd139c8bc5f3a7f3df1fabc8ab61a2b
|
1
audio/HVSC-Update/pkg-comment
Normal file
1
audio/HVSC-Update/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Update program for the HVSC C= 64 SID tune collection
|
3
audio/HVSC-Update/pkg-descr
Normal file
3
audio/HVSC-Update/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
HVSC-Update is a tool to update your HVSC C= 64 SID tune collection.
|
||||
|
||||
WWW: http://www.hvsc.c64.org/
|
4
audio/HVSC-Update/pkg-plist
Normal file
4
audio/HVSC-Update/pkg-plist
Normal file
@ -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
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += HVSC-Update
|
||||
SUBDIR += Maaate
|
||||
SUBDIR += abcde
|
||||
SUBDIR += abcmidi
|
||||
|
Loading…
Reference in New Issue
Block a user