mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
27 lines
459 B
Makefile
27 lines
459 B
Makefile
# ports collection makefile for: xoscope
|
|
# Date created: March 29, 2008
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xoscope
|
|
PORTVERSION= 1.12
|
|
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= gtk12
|
|
USE_XORG= x11
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
MAN1= xoscope.1 oscope.1
|
|
|
|
.include <bsd.port.mk>
|