1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/xamp/Makefile
Steve Price 8ba06aac4f Find a new MASTER_SITE to fix distfile fennerage.
PR:		12079
Submitted by:	maintainer
1999-06-08 22:29:25 +00:00

32 lines
662 B
Makefile

# New ports collection makefile for: xamp
# Version required: 0.8-7
# Date created: 29 July 1998
# Whom: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>
#
# $Id: Makefile,v 1.3 1998/08/26 06:40:27 asami Exp $
#
DISTNAME= xamp-0.8-7
PKGNAME= xamp-0.8.7
CATEGORIES= audio
MASTER_SITES= ftp://ftp.simcb.ru/pub/unix/x11/
EXTRACT_SUFX= .tgz
MAINTAINER= jslu@dns.ntu.edu.tw
USE_QT= yes
WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
USE_GMAKE= yes
USE_X_PREFIX= yes
MAN1= xamp.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>