aboutsummaryrefslogtreecommitdiff
path: root/multimedia/k9copy/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /multimedia/k9copy/Makefile
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
Notes
Diffstat (limited to 'multimedia/k9copy/Makefile')
-rw-r--r--multimedia/k9copy/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/multimedia/k9copy/Makefile b/multimedia/k9copy/Makefile
deleted file mode 100644
index 5e09f0e2db4b..000000000000
--- a/multimedia/k9copy/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: k9copy
-# Date created: 19 Dec 2005
-# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
-#
-# $FreeBSD$
-
-PORTNAME= k9copy
-PORTVERSION= 1.2.4
-PORTREVISION= 1
-CATEGORIES= multimedia kde
-MASTER_SITES= SF
-
-MAINTAINER= triosoft@triosoft.com.ua
-COMMENT= A DVD-9 to DVD-5 shrinking application for KDE
-
-LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread \
- avcodec:${PORTSDIR}/multimedia/ffmpeg \
- hal:${PORTSDIR}/sysutils/hal \
- dbus:${PORTSDIR}/devel/dbus
-RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
- dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
- vamps:${PORTSDIR}/multimedia/vamps
-
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USES= gettext
-INSTALLS_ICONS= yes
-
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's,-O2,,g ; \
- s,-lpthread,${PTHREAD_LIBS},g ; \
- s,/usr/local/lib/dbus-1.0/include,/usr/local/include/dbus-1.0/include,g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e \
- 's,$$(LIB_KDEUI),$$(LIB_KDEUI) $$(LIBPTHREAD) -lcam,g' \
- ${WRKSRC}/src/Makefile.in
- @${REINPLACE_CMD} -e \
- 's,^kde includedir,# kde includedir,' \
- ${WRKSRC}/libk9copy/Makefile.in
-
-.include <bsd.port.post.mk>