ports/textproc/intltool/Makefile
Muhammad Moinur Rahman 0ebd5070dc textproc/intltool: Impelled to share/man
Approved by:    portmgr (blanket)
2024-01-23 16:59:56 +01:00

24 lines
583 B
Makefile

PORTNAME= intltool
PORTVERSION= 0.51.0
PORTREVISION= 2
CATEGORIES= textproc gnome
MASTER_SITES= https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
COMMENT= Tools to internationalize various kinds of data files
WWW= https://www.gnome.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= iconv gmake perl5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
NO_ARCH= yes
.include <bsd.port.mk>