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