summaryrefslogtreecommitdiff
path: root/audio/spiralsynthbaby/Makefile
blob: d9323821d1c11cddd5e71e0c1db6145895a28d8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	spiralsynth
# Date created:				2000-09-05
# Whom:					Trevor Johnson <trevor@jpj.net>
# based on the NetBSD port
#
# $FreeBSD$
#

PORTNAME=	spiralsynth
PORTVERSION=	0.1.5
CATEGORIES=	audio
MASTER_SITES=	http://www.blueammonite.f9.co.uk/SpiralSynth/dload/ \
		http://jpj.net/~trevor/freebsd/ports/
DISTNAME=	SpiralSynth-${PORTVERSION}

MAINTAINER=	trevor@jpj.net

LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk

USE_X_PREFIX=	yes

GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/${DISTNAME}

DOC_FILES=	CHANGES COPYING README

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynth ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/spiralsynth
.for i in ${DOC_FILES}
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/spiralsynth
.endfor
.endif
.include <bsd.port.mk>