mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# $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 gnome pkgconfig tar:tgz xorg
|
|
USE_GNOME= gtk20
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|