freebsd-ports/x11-fm/libtubo/Makefile
Rodrigo Osorio f26c27aa84 Upgrade rodent file manager to v5.2.9
The rodent project split the code in 3 parts, rodent itself and
two shared libraries, librfm and libtubo.
Librfm and libtubo are new ports because they evolve separately
and can be used by other ports.

PR:		ports/193561
Submitted by:	rodrigo
Approved by:	mentors (implicit)
2014-10-03 21:46:53 +00:00

26 lines
526 B
Makefile

# Created by: Rodrigo Osorio <rodrigo@freebsd.org>
# $FreeBSD$
PORTNAME= libtubo
PORTVERSION= 5.0.14
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/libtubo/
DISTNAME= ${PORTNAME}0-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= XFFM Interprocess Communication and Control
LICENSE= GPLv3
OPTIONS_DEFINE= DOCS
USES= gmake libtool:keepla pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PACKAGE=no
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}0-${PORTVERSION}
.include <bsd.port.mk>