1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/freepats/Makefile
Emanuel Haupt e1596648a6 Update MASTER_SITES and WWW: line
PR:		159421
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-08 12:09:57 +00:00

24 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>