1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/archivers/librtfcomp/Makefile
Rong-En Fan 6067c874e3 - Fix CATEGORIES for slave port (archives/py-librtfcomp)
PR:		ports/127680
Submitted by:	Alexander Logvinov <ports at logvinov.com> (maintainer)
2008-09-28 04:42:49 +00:00

31 lines
622 B
Makefile

# New ports collection makefile for: librtfcomp
# Date Created: 13 June 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= librtfcomp
PORTVERSION= 1.1
CATEGORIES?= archivers
MASTER_SITES= SF
MASTER_SITE_SUBDIR= synce
MAINTAINER= ports@logvinov.com
COMMENT?= LZRTF compression library
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= gnometarget
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>