1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/rosegarden/Makefile
Bill Fumerola 4f183f626d Update MASTER_SITES.
Thanks To:	Fenner's portsurvey and ftpsearch.lycos.com
1998-12-09 22:35:05 +00:00

30 lines
908 B
Makefile

# New ports collection makefile for: rosegarden
# Version required: 2.0.1
# Date created: 04 Aug 1996
# Whom: shanee
#
# $Id: Makefile,v 1.6 1998/09/21 01:35:21 steve Exp $
#
DISTNAME= rosegarden-2.0.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/ROSE/ \
ftp://ftp.sao.ru/pub1/src/dream/ROSE/ \
ftp://ftp.loxinfo.co.th/pub/unix/sound/ \
ftp://ftp.uni-trier.de/pub/unix/audio/rosegarden/ \
ftp://ftp.funet.fi/pub/sci/audio/rosegarden/
EXTRACT_SUFX= -sources.tgz
MAINTAINER= shanee@augusta.de
LIB_DEPENDS= Xaw3d.6:$(PORTSDIR)/x11-toolkits/Xaw3d
RUN_DEPENDS= playmidi:${PORTSDIR}/audio/playmidi
ALL_TARGET= all ROSEGARDEN=$(WRKSRC) SYSLIBS="\"-lXaw3d -lXext -lXmu -lXt -lX11\"" SYSEXTRALIBS=""
WRKSRC= ${WRKDIR}/rosegarden
MAKEFILE= Makefile.FreeBSD
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}"
.include <bsd.port.mk>