2006-01-21 00:01:24 +01:00
|
|
|
# New ports collection makefile for: komparator
|
|
|
|
# Date created: 18 Jan 2006
|
|
|
|
# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= komparator
|
2012-05-25 17:26:23 +02:00
|
|
|
PORTVERSION= 0.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2006-01-21 00:01:24 +01:00
|
|
|
CATEGORIES= sysutils kde
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2006-01-21 00:01:24 +01:00
|
|
|
|
|
|
|
MAINTAINER= triosoft@triosoft.com.ua
|
|
|
|
COMMENT= KDE app that searches and synchronizes two directories
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_KDELIBS_VER=3
|
2006-01-21 00:01:24 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-04-15 23:49:08 +02:00
|
|
|
USE_BZIP2= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2006-01-21 00:01:24 +01:00
|
|
|
|
2012-05-25 17:26:23 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2006-01-21 00:01:24 +01:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/komparator
|
|
|
|
|
|
|
|
post-patch:
|
2013-02-28 11:51:58 +01:00
|
|
|
${REINPLACE_CMD} -e 's,-O2,,g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2006-01-21 00:01:24 +01:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${REINPLACE_CMD} -e 's|doc po src|po src|g' ${WRKSRC}/Makefile
|
|
|
|
.endif
|
|
|
|
|
2007-10-04 08:10:15 +02:00
|
|
|
.include <bsd.port.mk>
|