aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xamp/Makefile
blob: aecf3bc36ed3c9508e3cea4c8439d552c57e8d55 (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
# New ports collection makefile for:    xamp
# Date created:         29 July 1998
# Whom:             Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   xamp
PORTVERSION=    0.8.7
CATEGORIES= audio
MASTER_SITES=   ftp://ftp.simcb.ru/pub/unix/x11/
DISTFILES=  xamp-0.8-7.tgz

MAINTAINER= ports@FreeBSD.org

USE_QT=     yes

WRKSRC=     ${WRKDIR}/xamp-0.8/xamp-0.8
GNU_CONFIGURE=  yes
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>