diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-21 23:47:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-21 23:47:50 +0000 |
commit | d1c2f0dddd4a74a79847b017915f3482671e055c (patch) | |
tree | 31ccd02a7c0d295ec66bf2eefa0f980fbb92cb91 /audio/arts | |
parent | 98cff2373c59f930df3569d05871d0343d443fd8 (diff) |
Notes
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 29 | ||||
-rw-r--r-- | audio/arts/distinfo | 1 | ||||
-rw-r--r-- | audio/arts/pkg-comment | 1 | ||||
-rw-r--r-- | audio/arts/pkg-descr | 1 | ||||
-rw-r--r-- | audio/arts/pkg-plist | 0 |
5 files changed, 32 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile new file mode 100644 index 000000000000..e9b98e33099e --- /dev/null +++ b/audio/arts/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: aRts +# Date created: 18 February 2002 +# Whom: will@cvs.kde.org +# +# $FreeBSD$ +# + +PORTNAME= arts +PORTVERSION= 1.0.0 +PORTREVISION= 1 +CATEGORIES= audio kde +MASTER_SITES= http://www.csociety.org/~will/kde/${PORTVERSION}/ +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org + +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile + +#WRKSRC= ${WRKDIR}/arts +USE_BZIP2= yes +USE_QT_VER= 3 +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes +QTCPPFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/audio/arts/distinfo b/audio/arts/distinfo new file mode 100644 index 000000000000..fb003fc31b63 --- /dev/null +++ b/audio/arts/distinfo @@ -0,0 +1 @@ +MD5 (KDE/arts-1.0.0.tar.bz2) = 6bcbd969769550668d717cdc1d9081f9 diff --git a/audio/arts/pkg-comment b/audio/arts/pkg-comment new file mode 100644 index 000000000000..65fa88e2d49e --- /dev/null +++ b/audio/arts/pkg-comment @@ -0,0 +1 @@ +Audio system for the KDE integrated X11 desktop diff --git a/audio/arts/pkg-descr b/audio/arts/pkg-descr new file mode 100644 index 000000000000..261bf83da77f --- /dev/null +++ b/audio/arts/pkg-descr @@ -0,0 +1 @@ +This is the aRts module from KDE CVS. diff --git a/audio/arts/pkg-plist b/audio/arts/pkg-plist new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/audio/arts/pkg-plist |