aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xamp/Makefile
blob: 5c3506ed5dff8207d2373506f398d46ce503a7be (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
# 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>