blob: 017f3a4d9f26d7248590f3b002f32346fa266391 (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# Created by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-commander
PORTVERSION= 1.4.1
PORTEPOCH= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/gnome-commander/1.2
PKGNAMESUFFIX= 2
DIST_SUBDIR= gnome2
MAINTAINER= sylvio@FreeBSD.org
COMMENT= File manager for Gnome2
LICENSE= GPLv2
LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libexif.so:${PORTSDIR}/graphics/libexif \
libunique-3.0.so:${PORTSDIR}/x11-toolkits/libunique3 \
libiptcdata.so:${PORTSDIR}/graphics/libiptcdata
CONFLICTS= gnome-commander-[0-9]*
USES= gmake libtool:keepla pathfix tar:xz
USE_GNOME= gnomedocutils gnomeprefix intlhack libgnomeui
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_OMF= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} -e 's|unique-1|unique-3|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|