mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freepats
|
|
PORTVERSION= 20060219
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://freepats.zenvoid.org/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Free and open set of instrument patches
|
|
|
|
USE_BZIP2= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|