1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/xoscope/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

20 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= xoscope
PORTVERSION= 2.0
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>