2014-10-03 21:46:53 +00:00
|
|
|
# Created by: Rodrigo Osorio <rodrigo@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= librfm
|
2015-08-20 11:00:12 +00:00
|
|
|
PORTVERSION= 5.3.16.3
|
2015-08-28 10:48:41 +00:00
|
|
|
PORTREVISION= 1
|
2014-10-03 21:46:53 +00:00
|
|
|
CATEGORIES= x11-fm
|
2015-05-20 13:33:48 +00:00
|
|
|
MASTER_SITES= SF/xffm/${PORTVERSION}
|
2014-10-03 21:46:53 +00:00
|
|
|
DISTNAME= ${PORTNAME}5-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
|
|
COMMENT= Basic library used by some rfm applications
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 14:33:55 +00:00
|
|
|
BUILD_DEPENDS= gawk:lang/gawk
|
|
|
|
LIB_DEPENDS= libtubo.so:x11-fm/libtubo \
|
|
|
|
libdbh.so:databases/dbh \
|
|
|
|
libzip.so:archivers/libzip \
|
|
|
|
librsvg-2.so:graphics/librsvg2
|
2014-10-03 21:46:53 +00:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
|
2014-11-16 21:56:22 +00:00
|
|
|
CONFIGURE_ARGS+=--with-pkglibdata
|
|
|
|
MAKE_JOB_UNSAFE=yes
|
2014-10-03 21:46:53 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2015-08-09 18:41:41 +00:00
|
|
|
USES= gettext gmake libtool:keepla pkgconfig tar:bzip2
|
2014-10-03 21:46:53 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2015-08-02 20:23:55 +00:00
|
|
|
USE_GNOME= gtk20 intltool
|
2014-10-03 21:46:53 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}5-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|