2007-08-25 20:33:31 +00:00
|
|
|
# New ports collection makefile for: grsync
|
|
|
|
# Date created: 24 August 2007
|
2010-09-07 15:52:18 +00:00
|
|
|
# Whom: Ganael Laplanche <ganael.laplanche@martymac.org>
|
2007-08-25 20:33:31 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grsync
|
2010-05-24 10:07:23 +00:00
|
|
|
PORTVERSION= 1.1.1
|
2010-10-20 06:04:33 +00:00
|
|
|
PORTREVISION= 2
|
2007-09-02 20:06:51 +00:00
|
|
|
CATEGORIES= net ipv6
|
2007-08-25 20:33:31 +00:00
|
|
|
MASTER_SITES= http://www.opbyte.it/release/ \
|
2010-10-20 06:04:33 +00:00
|
|
|
LOCAL/martymac
|
2007-08-25 20:33:31 +00:00
|
|
|
|
2010-09-27 12:08:23 +00:00
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
2007-08-25 20:33:31 +00:00
|
|
|
COMMENT= GTK frontend for rsync
|
|
|
|
|
|
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
|
|
|
2010-10-20 06:04:33 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2010-04-15 12:31:47 +00:00
|
|
|
USE_GNOME= gtk20 desktopfileutils
|
2007-08-25 20:33:31 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2010-04-15 12:31:47 +00:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2007-08-25 20:33:31 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2008-12-18 14:06:44 +00:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
2007-08-25 20:33:31 +00:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN1= grsync.1 grsync-batch.1
|
|
|
|
|
2008-12-18 14:06:44 +00:00
|
|
|
post-patch:
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
@${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
.endif
|
|
|
|
|
2010-04-15 12:31:47 +00:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
2007-08-25 20:33:31 +00:00
|
|
|
.include <bsd.port.mk>
|