freebsd-ports/audio/xoscope/Makefile
Diane Bruce bf81900f60 - fix under clang11
- add LICENSE
- pet portlint
2020-08-24 15:58:15 +00:00

24 lines
517 B
Makefile

# $FreeBSD$
PORTNAME= xoscope
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= audio hamradio
MASTER_SITES= SF
MAINTAINER= db@FreeBSD.org
COMMENT= Sound card oscilloscope
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/README
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX}
USES= gmake gnome pkgconfig tar:tgz xorg
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_XORG= x11
.include <bsd.port.mk>