summaryrefslogtreecommitdiff
path: root/sysutils/stepsync/Makefile
blob: beea218cac48b99b5966dceec9de0e8b50551631 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	stepsync
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	sysutils gnustep
MASTER_SITES=	SAVANNAH/gap
DISTNAME=	StepSync-${PORTVERSION}

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	File and folder synchronization tool

LICENSE=	GPLv2+

USES=		gnustep
USE_GNUSTEP=	build base gui

.include <bsd.port.mk>