2013-02-01 12:33:49 +00:00
|
|
|
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
|
2007-08-25 20:33:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= grsync
|
2016-03-25 16:29:06 +00:00
|
|
|
PORTVERSION= 1.2.6
|
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
|
|
|
|
|
2010-10-20 06:04:33 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
RUN_DEPENDS= rsync:net/rsync \
|
|
|
|
bash:shells/bash
|
2011-08-26 12:02:45 +00:00
|
|
|
|
2018-01-25 11:07:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-unity
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2018-09-05 10:05:29 +00:00
|
|
|
USES= desktop-file-utils gettext gmake gnome \
|
2016-03-25 16:29:06 +00:00
|
|
|
pkgconfig shared-mime-info shebangfix
|
2018-01-25 11:07:50 +00:00
|
|
|
USE_GNOME= gtk20 intltool
|
2013-11-21 13:26:40 +00:00
|
|
|
SHEBANG_FILES= src/grsync-batch
|
2007-08-25 20:33:31 +00:00
|
|
|
|
2010-04-15 12:31:47 +00:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2013-11-21 13:26:40 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
2015-03-04 08:13:31 +00:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2008-12-18 14:06:44 +00:00
|
|
|
|
2007-08-25 20:33:31 +00:00
|
|
|
.include <bsd.port.mk>
|