e1596648a6
PR: 159421 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# New ports collection makefile for: freepats
|
|
# Date created: 5 February 2008
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= freepats
|
|
PORTVERSION= 20060219
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://freepats.zenvoid.org/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A free and open set of instrument patches
|
|
|
|
USE_BZIP2= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|