2005-12-26 01:05:59 +01:00
|
|
|
# New ports collection makefile for: k9copy
|
|
|
|
# Date created: 19 Dec 2005
|
|
|
|
# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= k9copy
|
2012-05-25 17:29:52 +02:00
|
|
|
PORTVERSION= 1.2.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2005-12-26 01:05:59 +01:00
|
|
|
CATEGORIES= multimedia kde
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2005-12-26 01:05:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= triosoft@triosoft.com.ua
|
|
|
|
COMMENT= A DVD-9 to DVD-5 shrinking application for KDE
|
|
|
|
|
2012-05-25 17:29:52 +02:00
|
|
|
LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread \
|
|
|
|
avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
|
|
|
hal:${PORTSDIR}/sysutils/hal \
|
|
|
|
dbus:${PORTSDIR}/devel/dbus
|
2005-12-26 01:05:59 +01:00
|
|
|
RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
|
2006-02-06 14:50:33 +01:00
|
|
|
dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
|
|
|
vamps:${PORTSDIR}/multimedia/vamps
|
2005-12-26 01:05:59 +01:00
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2012-05-25 17:29:52 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2006-01-07 01:43:19 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-12-26 01:05:59 +01:00
|
|
|
|
2011-12-05 18:29:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-12-26 01:05:59 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,-O2,,g ; \
|
2012-05-25 17:29:52 +02:00
|
|
|
s,-lpthread,${PTHREAD_LIBS},g ; \
|
|
|
|
s,/usr/local/lib/dbus-1.0/include,/usr/local/include/dbus-1.0/include,g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2005-12-26 01:05:59 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's,$$(LIB_KDEUI),$$(LIB_KDEUI) $$(LIBPTHREAD) -lcam,g' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2011-04-11 21:54:35 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's,^kde includedir,# kde includedir,' \
|
|
|
|
${WRKSRC}/libk9copy/Makefile.in
|
2005-12-26 01:05:59 +01:00
|
|
|
|
2011-12-05 18:29:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|