aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/libtubo/Makefile
blob: cce2f31a9feda8c760e67fe47d139d6276775b10 (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
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
WWW=		http://xffm.sourceforge.net/libtubo.html

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>