mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c884fd1047
Remove unnecessary patches/patch-ab (patches a generated file). Remove all other patches (author incorporated them). Remove erroneous credit to NetBSD. PR: 21053, 21334 Approved by: will
36 lines
794 B
Makefile
36 lines
794 B
Makefile
# New ports collection makefile for: spiralsynth
|
|
# Date created: 2000-09-05
|
|
# Whom: Trevor Johnson <trevor@jpj.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spiralsynth
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.blueammonite.f9.co.uk/SpiralSynth/dload/ \
|
|
http://jpj.net/~trevor/freebsd/ports/
|
|
DISTNAME= SpiralSynth-${PORTVERSION}
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
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>
|