diff options
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 43 | ||||
-rw-r--r-- | sysutils/lineak-defaultplugin/distinfo | 2 | ||||
-rw-r--r-- | sysutils/lineak-defaultplugin/files/patch-configure | 11 | ||||
-rw-r--r-- | sysutils/lineak-defaultplugin/pkg-descr | 7 |
4 files changed, 0 insertions, 63 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile deleted file mode 100644 index 126467335e02..000000000000 --- a/sysutils/lineak-defaultplugin/Makefile +++ /dev/null @@ -1,43 +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 -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 - -USE_LIBTOOL_VER=15 -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.so \ - 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 -GNU_CONFIGURE= yes -.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 2cceb2b06d55..000000000000 --- a/sysutils/lineak-defaultplugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (lineak/lineak_defaultplugin-0.8.3.tar.gz) = ad3cf3664beb1a5d310f60c86088409b -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 fb488b66c50b..000000000000 --- a/sysutils/lineak-defaultplugin/pkg-descr +++ /dev/null @@ -1,7 +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). - -Author: Kay Lehmann <kay_lehmann@web.de> -WWW: http://lineak.sf.net/ |