blob: f94edd23f2eab2241cf3d49f5692d4552b36c97e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= stepsync
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= sysutils gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= StepSync-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= File and folder synchronization tool
WWW= https://gap.nongnu.org/stepsync/
LICENSE= GPLv2+
USES= gnustep
USE_GNUSTEP= build base gui
.include <bsd.port.mk>
|