blob: f60a9febf925aec6a4d72caf07077679846d6b90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= librtfcomp
PORTVERSION= 1.1
CATEGORIES?= archivers
MASTER_SITES= SF/synce/SynCE/0.10.0
MAINTAINER= ports@FreeBSD.org
COMMENT?= LZRTF compression library
NO_STAGE= 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>
|