|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD: head/x11-fm/doublecmd/Makefile 389678 2015-06-15 08:45:13Z acm $ |
2 |
# $FreeBSD: head/x11-fm/doublecmd/Makefile 389678 2015-06-15 08:45:13Z acm $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= doublecmd |
4 |
PORTNAME= doublecmd |
| 5 |
PORTVERSION= 0.6.2 |
5 |
PORTVERSION= 0.6.3 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= x11-fm |
6 |
CATEGORIES= x11-fm |
| 8 |
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source |
7 |
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source |
| 9 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-src |
8 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-src |
|
Lines 40-50
Link Here
|
| 40 |
OPTIONS_SINGLE= LCL |
39 |
OPTIONS_SINGLE= LCL |
| 41 |
OPTIONS_SINGLE_LCL= GTK2 QT4 |
40 |
OPTIONS_SINGLE_LCL= GTK2 QT4 |
| 42 |
OPTIONS_GROUP= WCX WDX WFX WLX DSX |
41 |
OPTIONS_GROUP= WCX WDX WFX WLX DSX |
| 43 |
WCX_DESC= Packer plugins |
|
|
| 44 |
WDX_DESC= Content plugins |
| 45 |
WFX_DESC= File system plugins |
| 46 |
WLX_DESC= Lister plugins |
| 47 |
DSX_DESC= Search plugins |
| 48 |
OPTIONS_GROUP_WCX= WCX_CPIO \ |
42 |
OPTIONS_GROUP_WCX= WCX_CPIO \ |
| 49 |
WCX_DEB \ |
43 |
WCX_DEB \ |
| 50 |
WCX_RPM \ |
44 |
WCX_RPM \ |
|
Lines 61-66
Link Here
|
| 61 |
OPTIONS_GROUP_WLX= WLX_MPLAYER |
55 |
OPTIONS_GROUP_WLX= WLX_MPLAYER |
| 62 |
OPTIONS_GROUP_DSX= DSX_LOCATE |
56 |
OPTIONS_GROUP_DSX= DSX_LOCATE |
| 63 |
|
57 |
|
|
|
58 |
WCX_DESC= Packer plugins to work with archives |
| 59 |
WCX_CPIO_DESC= CPIO format support |
| 60 |
WCX_DEB_DESC= Debian package archive support |
| 61 |
WCX_RPM_DESC= Red Hat package archive support |
| 62 |
WCX_UNBZ2_DESC= BZIP2 format support |
| 63 |
WCX_UNRAR_DESC= RAR format support |
| 64 |
WCX_ZIP_DESC= ZIP format support |
| 65 |
|
| 66 |
WDX_DESC= Plugins to display and search extended file attributes |
| 67 |
WDX_DEB_DESC= Debian package file information |
| 68 |
WDX_RPM_DESC= Red Hat package file information |
| 69 |
WDX_SCRIPTS_DESC= Add support to use custom Lua scripts |
| 70 |
WDX_SVN_DESC= Subversion repository information |
| 71 |
WDX_XPI_DESC= Mozilla plugin file information |
| 72 |
|
| 73 |
WFX_DESC= File system plugins |
| 74 |
WFX_FTP_DESC= FTP protocol support |
| 75 |
WFX_SAMBA_DESC= SMB protocol support |
| 76 |
|
| 77 |
WLX_DESC= Internal viewer plugins |
| 78 |
WLX_MPLAYER_DESC= Use MPlayer for multimedia files |
| 79 |
|
| 80 |
DSX_DESC= Search plugins |
| 81 |
DSX_LOCATE_DESC= Support locate command |
| 82 |
|
| 64 |
OPTIONS_DEFAULT= GTK2 \ |
83 |
OPTIONS_DEFAULT= GTK2 \ |
| 65 |
WCX_CPIO \ |
84 |
WCX_CPIO \ |
| 66 |
WCX_DEB \ |
85 |
WCX_DEB \ |