freebsd-ports/audio/xoscope/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

20 lines
373 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 pkgconfig tar:tgz
USE_GNOME= gtk20
USE_XORG= x11
MAN1= xoscope.1
.include <bsd.port.mk>