head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2013.02.20.16.45.20;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.04.07.30.15;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.12.53;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.02.19.32.06;	author mezz;	state Exp;
branches;
next	1.5;

1.5
date	2009.05.28.20.44.04;	author avl;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.31.22.08.29;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.28.04.42.49;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.20.00.42.29;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.19.21.48.54;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312628
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	librtfcomp
# Date Created:				13 June 2008
# Whom:					Alexander Logvinov <ports@@logvinov.com>
#
# $FreeBSD: head/archivers/librtfcomp/Makefile 312628 2013-02-20 16:08:58Z fluffy $
#

PORTNAME=	librtfcomp
PORTVERSION=	1.1
CATEGORIES?=	archivers
MASTER_SITES=	SF/synce/SynCE/0.10.0

MAINTAINER=	ports@@FreeBSD.org
COMMENT?=	LZRTF compression library

MAKE_JOBS_SAFE=	yes

USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

.if defined(RTFCOMP_SLAVE) && ${RTFCOMP_SLAVE} == "pythonb"
CONFIGURE_ARGS=	--enable-python-bindings
.else
CONFIGURE_ARGS=	--disable-python-bindings
.endif

.include <bsd.port.post.mk>
@


1.9
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/librtfcomp/Makefile 300895 2012-07-14 12:56:14Z beat $
d13 1
a13 1
MAINTAINER=	avl@@FreeBSD.org
@


1.8
log
@Sync to new bsd.autotools.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with A
@
text
@d18 1
a18 1
USE_AUTOTOOLS=	libtool:22
@


1.6
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	synce
@


1.5
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	tabthorpe (mentor)
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	libtool:15
@


1.4
log
@- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro

PR:		133124
Submitted by:	Alexander Logvinov <ports@@logvinov.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@logvinov.com
@


1.3
log
@- Fix CATEGORIES for slave port (archives/py-librtfcomp)

PR:		ports/127680
Submitted by:	Alexander Logvinov <ports at logvinov.com> (maintainer)
@
text
@d17 2
a20 1
USE_GNOME=	gnometarget
@


1.2
log
@Make COMMENT overridable by a slave port.

Submitted by:	Alexander Logvinov <ports@@logvinov.com> (maintainer)
@
text
@d10 1
a10 1
CATEGORIES=	archivers
@


1.1
log
@Add librtfcomp 1.1, LZRTF compression library.

PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
@
text
@d15 1
a15 1
COMMENT=	LZRTF compression library
@

