mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f26c27aa84
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)
26 lines
526 B
Makefile
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>
|