blob: 41aa994146c24e921f2234eaca84adc23838067d (
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$
#
DISTNAME= xamp-0.8-7
PKGNAME= xamp-0.8.7
CATEGORIES= audio
MASTER_SITES= http://elan.rulez.org/~xopy/
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_X11_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>
|