diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 09:46:30 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 09:46:30 +0000 |
commit | ad7c81fa74fadfcf76b27443c813113d03c188b7 (patch) | |
tree | 4dc83b8fc91c1c7e10b0ee366e76f42fae5c94a7 /audio/xtuner/Makefile | |
parent | Activate xmgr. (diff) |
New port xtuner. xtuner is an X-windows interface for the RadioREVEAL
and RadioTrack FM radio cards.
I couldn't test the functionality, but it builds and installs.
PR: part of 5228
Submitted by: Lars Köller <Lars.Koeller@uni-bielefeld.de>
Notes
Notes:
svn path=/head/; revision=10787
Diffstat (limited to 'audio/xtuner/Makefile')
-rw-r--r-- | audio/xtuner/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile new file mode 100644 index 000000000000..af83eaf97f20 --- /dev/null +++ b/audio/xtuner/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Xtuner-2.1 +# Version required: 2.1 +# Date created: 19 December 96 +# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> +# +# $Id$ +# + +DISTNAME= Xtuner-2.1 +PKGNAME= xtuner-2.1 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ + +MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE + +LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= YES +NO_INSTALL_MANPAGES= YES + +.include <bsd.port.mk> |