1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/x11-fm/libtubo/Makefile
Rodrigo Osorio 2fa44724df x11-fm/libtubo: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
2024-03-05 22:12:25 +01:00

27 lines
574 B
Makefile

PORTNAME= libtubo
PORTVERSION= 5.0.14
PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/libtubo/
DISTNAME= ${PORTNAME}0-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= XFFM Interprocess Communication and Control
WWW= https://xffm.sourceforge.net/libtubo.html
LICENSE= GPLv3
USES= gmake libtool:keepla pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --with-PACKAGE=no
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}0-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>