blob: a03aad8daa257d8f1ea09ad60a37217bb310591b (
plain)
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
|
# ports collection makefile for: xoscope
# Date created: March 29, 2008
# Whom: db
#
# $FreeBSD$
#
PORTNAME= xoscope
PORTVERSION= 1.12
CATEGORIES= audio hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xoscope
EXTRACT_SUFX= .tgz
MAINTAINER= db@FreeBSD.org
COMMENT= Sound card oscilloscope
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
USE_GMAKE= yes
USE_GNOME= gtk12
USE_XORG= x11
ONLY_FOR_ARCHS= i386
MAN1= xoscope.1 oscope.1
.include <bsd.port.mk>
|