mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
6dbc85d8df
- unbreak on x64 - clean up header Feature safe: yes
21 lines
338 B
Makefile
21 lines
338 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xoscope
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= audio hamradio
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= Sound card oscilloscope
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
USE_XORG= x11
|
|
|
|
MAN1= xoscope.1
|
|
|
|
.include <bsd.port.mk>
|