summaryrefslogtreecommitdiff
path: root/sysutils/lineak-defaultplugin
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /sysutils/lineak-defaultplugin
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r--sysutils/lineak-defaultplugin/Makefile45
-rw-r--r--sysutils/lineak-defaultplugin/distinfo3
-rw-r--r--sysutils/lineak-defaultplugin/files/patch-configure11
-rw-r--r--sysutils/lineak-defaultplugin/pkg-descr6
4 files changed, 0 insertions, 65 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile
deleted file mode 100644
index 4388f64f9dab..000000000000
--- a/sysutils/lineak-defaultplugin/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: lineak_defaultplugin
-# Date created: 2004-12-29
-# Whom: Kay Lehmann <kay_lehmann@web.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lineak_defaultplugin
-PORTVERSION= 0.8.3
-PORTREVISION= 1
-CATEGORIES= sysutils deskutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= lineak
-DIST_SUBDIR= lineak
-
-MAINTAINER= kay_lehmann@web.de
-COMMENT= Default plugins for lineakd
-
-LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS+= --program-prefix=''
-USE_REINPLACE= yes
-
-MAN1= lineak_defaultplugin.1
-PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
- lib/lineakd/plugins/defaultplugin.so \
- lib/lineakd/plugins/mediadetectplugin.la \
- lib/lineakd/plugins/mediadetectplugin.so
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-# lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too
-USE_GCC= 3.4
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/lineak-defaultplugin/distinfo b/sysutils/lineak-defaultplugin/distinfo
deleted file mode 100644
index a7454a998b61..000000000000
--- a/sysutils/lineak-defaultplugin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (lineak/lineak_defaultplugin-0.8.3.tar.gz) = ad3cf3664beb1a5d310f60c86088409b
-SHA256 (lineak/lineak_defaultplugin-0.8.3.tar.gz) = 2915f3f0fa51986048164713a8476976a00b21f495485e4cdc03b0f5c7dbcf4b
-SIZE (lineak/lineak_defaultplugin-0.8.3.tar.gz) = 734986
diff --git a/sysutils/lineak-defaultplugin/files/patch-configure b/sysutils/lineak-defaultplugin/files/patch-configure
deleted file mode 100644
index 60277954381c..000000000000
--- a/sysutils/lineak-defaultplugin/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Dec 29 19:12:29 2004
-+++ configure Wed Dec 29 19:15:51 2004
-@@ -21305,7 +21305,7 @@
- echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
- fi
-
-- LDFLAGS="$all_libraries -L${x_libraries} $X_LDFLAGS -lX11 -lXext -ldl"
-+ LDFLAGS="$LDFLAGS $all_libraries -L${x_libraries} $X_LDFLAGS -lX11 -lXext -ldl"
- CPPFLAGS="$all_includes -I${x_includes} ${CPPFLAGS} "
- echo "$as_me:$LINENO: checking for ac_check_lineak in -llineak" >&5
- echo $ECHO_N "checking for ac_check_lineak in -llineak... $ECHO_C" >&6
diff --git a/sysutils/lineak-defaultplugin/pkg-descr b/sysutils/lineak-defaultplugin/pkg-descr
deleted file mode 100644
index fa9a19078386..000000000000
--- a/sysutils/lineak-defaultplugin/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Default plugins for lineakd. Mainly contains some macros
-(e.g. for volumedecrease etc.). mediadetect plugin is not
-functional at the moment since there is some more work to
-do (we need a new port for it).
-
-WWW: http://lineak.sourceforge.net/