75fbecdf73
2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports.
24 lines
671 B
Makefile
24 lines
671 B
Makefile
# New ports collection makefile for: libopensync-plugin-syncml
|
|
# Date created: 6 November 2008
|
|
# Whom: Alex Samorukov <samm@os2.kiev.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libopensync-plugin-syncml
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= deskutils palm comms
|
|
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
|
|
|
MAINTAINER= samm@os2.kiev.ua
|
|
COMMENT= This plugin allows to be synchronized against SyncML capable devices
|
|
|
|
DEPRECATED= Depends on comms/libsyncml, which is DEPRECATED
|
|
EXPIRATION_DATE= 2011-10-14
|
|
|
|
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 syncml.0:${PORTSDIR}/comms/libsyncml
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|