|
Lines 1-8
Link Here
|
| 1 |
PORTNAME= libudisks |
1 |
PORTNAME= libudisks |
| 2 |
PORTVERSION= 2.9.4 |
2 |
DISTVERSION= 2.9.4 |
| 3 |
# Obviates the need to specify GH_TAGNAME and repeat the version number later |
|
|
| 4 |
DISTVERSIONPREFIX= udisks- |
| 5 |
CATEGORIES= sysutils |
3 |
CATEGORIES= sysutils |
|
|
4 |
MASTER_SITES= https://github.com/storaged-project/udisks/releases/download/udisks-${DISTVERSION}/ |
| 5 |
DISTNAME= udisks-${DISTVERSION} |
| 6 |
|
6 |
|
| 7 |
MAINTAINER= pauamma@FreeBSD.org |
7 |
MAINTAINER= pauamma@FreeBSD.org |
| 8 |
COMMENT= Library to manipulate storage devices, from udisks |
8 |
COMMENT= Library to manipulate storage devices, from udisks |
|
Lines 19-30
BUILD_DEPENDS= bash:shells/bash \
Link Here
|
| 19 |
|
19 |
|
| 20 |
# For some reason, configure wants autopoint from gettext-tools even when |
20 |
# For some reason, configure wants autopoint from gettext-tools even when |
| 21 |
# NLS is disabled. |
21 |
# NLS is disabled. |
| 22 |
USES= autoreconf:build gettext-tools:build gmake gnome \ |
22 |
USES= autoreconf:build gettext-tools:build gmake gnome libtool:build \ |
| 23 |
libtool:build pkgconfig |
23 |
pkgconfig tar:bz2 |
| 24 |
|
|
|
| 25 |
USE_GITHUB= yes |
| 26 |
GH_ACCOUNT= storaged-project |
| 27 |
GH_PROJECT= udisks |
| 28 |
|
24 |
|
| 29 |
USE_GNOME= glib20 introspection |
25 |
USE_GNOME= glib20 introspection |
| 30 |
|
26 |
|
|
Lines 34-50
GNU_CONFIGURE= yes
Link Here
|
| 34 |
# config.status errors out without --disable-dependency-tracking, with or |
30 |
# config.status errors out without --disable-dependency-tracking, with or |
| 35 |
# without USES=gmake. --with-libintl-prefix is needed because otherwise |
31 |
# without USES=gmake. --with-libintl-prefix is needed because otherwise |
| 36 |
# configure won't find libintl when PREFIX != LOCALBASE. |
32 |
# configure won't find libintl when PREFIX != LOCALBASE. |
| 37 |
CONFIGURE_ARGS= --disable-daemon --disable-dependency-tracking \ |
33 |
CONFIGURE_ARGS= --disable-daemon \ |
|
|
34 |
--disable-dependency-tracking \ |
| 38 |
--with-libintl-prefix=${LOCALBASE} |
35 |
--with-libintl-prefix=${LOCALBASE} |
| 39 |
|
36 |
|
| 40 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
37 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
| 41 |
|
38 |
|
| 42 |
OPTIONS_DEFINE= UDISKSCTL NLS DOCS |
39 |
OPTIONS_DEFINE= DOCS NLS UDISKSCTL |
| 43 |
OPTIONS_DEFAULT= UDISKSCTL NLS DOCS |
40 |
OPTIONS_DEFAULT= DOCS NLS UDISKSCTL |
| 44 |
OPTIONS_SUB= yes |
41 |
OPTIONS_SUB= yes |
| 45 |
UDISKSCTL_DESC= Install udisksctl command line utility |
42 |
UDISKSCTL_DESC= Install udisksctl command line utility |
| 46 |
DOCS_CONFIGURE_ENABLE= gtk-doc |
43 |
DOCS_CONFIGURE_ENABLE= gtk-doc |
| 47 |
NLS_USES= gettext-runtime |
44 |
NLS_USES= gettext-runtime |
| 48 |
NLS_CONFIGURE_ENABLE= nls |
45 |
NLS_CONFIGURE_ENABLE= nls |
| 49 |
UDISKSCTL_LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit \ |
46 |
UDISKSCTL_LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit \ |
| 50 |
libpolkit-gobject-1.so:sysutils/polkit |
47 |
libpolkit-gobject-1.so:sysutils/polkit |