2013-01-08 17:24:07 +01:00
|
|
|
# Created by: Martin Tournoij <carpetsmoker@xs4all.nl>
|
2008-04-04 15:46:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pcmanfm
|
2016-12-21 19:41:37 +01:00
|
|
|
PORTVERSION= 1.2.5
|
2008-04-04 15:46:10 +02:00
|
|
|
CATEGORIES= x11-fm
|
2011-05-26 00:33:41 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
|
2008-04-04 15:46:10 +02:00
|
|
|
|
2018-03-20 23:16:16 +01:00
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
2008-04-04 15:46:10 +02:00
|
|
|
COMMENT= PCMan File Manager
|
|
|
|
|
2013-01-08 17:24:07 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-12-21 19:41:37 +01:00
|
|
|
LIB_DEPENDS= libfm-gtk.so:x11/libfm \
|
2017-10-31 12:42:47 +01:00
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
2008-04-04 15:46:10 +02:00
|
|
|
|
2016-12-21 19:41:37 +01:00
|
|
|
USES= desktop-file-utils gettext gmake libtool localbase pkgconfig \
|
2015-07-15 22:59:07 +02:00
|
|
|
tar:xz
|
2015-04-10 19:19:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-12-21 19:41:37 +01:00
|
|
|
USE_GNOME= glib20 gtk20 cairo pango gdkpixbuf2 intltool intlhack
|
2015-04-10 19:19:52 +02:00
|
|
|
USE_XORG= x11
|
2014-02-23 23:08:03 +01:00
|
|
|
|
2015-04-10 19:19:52 +02:00
|
|
|
CONFIGURE_ARGS=--with-gtk=2
|
2008-04-04 15:46:10 +02:00
|
|
|
|
2016-12-21 19:41:37 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2013-07-24 22:06:46 +02:00
|
|
|
OPTIONS_SUB= yes
|
2014-07-04 06:04:29 +02:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2016-12-21 19:41:37 +01:00
|
|
|
NLS_USES_OFF= gettext-tools
|
2008-04-04 15:46:10 +02:00
|
|
|
|
2016-12-21 19:41:37 +01:00
|
|
|
post-extract:
|
|
|
|
${MV} ${WRKSRC}/data/pcmanfm.conf \
|
|
|
|
${WRKSRC}/data/pcmanfm.conf.sample
|
2015-04-10 19:19:52 +02:00
|
|
|
|
2016-12-21 19:41:37 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|pcmanfm.conf|pcmanfm.conf.sample|' \
|
|
|
|
${WRKSRC}/data/Makefile.in
|
2014-02-23 23:08:03 +01:00
|
|
|
|
2013-01-08 17:24:07 +01:00
|
|
|
.include <bsd.port.mk>
|