Lines 1-29
Link Here
|
1 |
# Created by: Kris Moore <kmoore@FreeBSD.org> |
1 |
# Created by: Kris Moore <kmoore@FreeBSD.org> |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libfm-extra |
4 |
PORTNAME= libfm |
5 |
PORTVERSION= 1.2.3 |
5 |
PKGNAMESUFFIX= -extra |
6 |
CATEGORIES= x11 |
|
|
7 |
MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/ |
8 |
DISTNAME= libfm-${PORTVERSION} |
9 |
|
6 |
|
10 |
MAINTAINER= horia@racoviceanu.com |
7 |
MAINTAINER= horia@racoviceanu.com |
11 |
COMMENT= Core library of PCManFM file manager |
8 |
COMMENT= LibFM-Extra library |
12 |
|
9 |
|
13 |
LICENSE= LGPL21 |
10 |
LICENSE= LGPL21 |
14 |
|
11 |
|
15 |
USES= gmake libtool pathfix pkgconfig tar:xz gettext-tools |
12 |
MASTERDIR= ${.CURDIR}/../${PORTNAME} |
16 |
USE_GNOME= glib20 intltool intlhack |
13 |
|
|
|
14 |
DESCR= ${.CURDIR}/pkg-descr |
15 |
FILESDIR= ${.CURDIR}/files |
16 |
PATCHDIR= ${.CURDIR}/files |
17 |
PLIST= ${.CURDIR}/pkg-plist |
18 |
|
17 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
18 |
GNU_CONFIGURE= yes |
|
|
19 |
INSTALL_TARGET= install-strip |
20 |
|
20 |
|
21 |
WRKSRC= ${WRKDIR}/libfm-${PORTVERSION} |
21 |
EXTRA_ONLY= yes |
22 |
|
22 |
|
23 |
EXTRA_PATCHES+= ${.CURDIR}/../libfm/files/patch-configure |
23 |
OPTIONS_EXCLUDE=DOCS NLS |
24 |
|
24 |
|
25 |
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --with-extra-only \ |
25 |
.include "${MASTERDIR}/Makefile" |
26 |
--disable-static \ |
|
|
27 |
--disable-nls |
28 |
|
29 |
.include <bsd.port.mk> |