blob: 4dce3f8e77d4c819e987e40bc955eb0d14d2b1a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= xoscope
PORTVERSION= 2.0
CATEGORIES= audio hamradio
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= db@FreeBSD.org
COMMENT= Sound card oscilloscope
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
USES= gmake pkgconfig
NO_STAGE= yes
USE_GNOME= gtk20
USE_XORG= x11
MAN1= xoscope.1
.include <bsd.port.mk>
|