|
Lines 8-31
Link Here
|
| 8 |
PORTNAME= darktable |
8 |
PORTNAME= darktable |
| 9 |
PORTVERSION= 0.4 |
9 |
PORTVERSION= 0.4 |
| 10 |
CATEGORIES= graphics |
10 |
CATEGORIES= graphics |
| 11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ |
11 |
MASTER_SITES= SF |
| 12 |
|
12 |
|
| 13 |
MAINTAINER= devel@stasyan.com |
13 |
MAINTAINER= devel@stasyan.com |
| 14 |
COMMENT= Virtual lighttable and darkroom for photographers |
14 |
COMMENT= Virtual lighttable and darkroom for photographers |
| 15 |
|
15 |
|
| 16 |
USE_GMAKE= yes |
|
|
| 17 |
USE_BZIP2= yes |
| 18 |
USE_GCC= 4.4+ |
| 19 |
GNU_CONFIGURE= yes |
| 20 |
USE_GNOME= pango intltool libglade2 |
| 21 |
USE_PERL= build |
| 22 |
|
| 23 |
LIB_DEPENDS+= gegl-0.0.22:${PORTSDIR}/graphics/gegl \ |
16 |
LIB_DEPENDS+= gegl-0.0.22:${PORTSDIR}/graphics/gegl \ |
| 24 |
jpeg.11:${PORTSDIR}/graphics/jpeg \ |
17 |
jpeg.11:${PORTSDIR}/graphics/jpeg \ |
| 25 |
lcms.1:${PORTSDIR}/graphics/lcms \ |
18 |
lcms.1:${PORTSDIR}/graphics/lcms \ |
| 26 |
sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |
19 |
sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |
| 27 |
exiv2.7:${PORTSDIR}/graphics/exiv2 \ |
20 |
exiv2.7:${PORTSDIR}/graphics/exiv2 \ |
| 28 |
lensfun.0:${PORTSDIR}/graphics/lensfun |
21 |
lensfun.0:${PORTSDIR}/graphics/lensfun |
|
|
22 |
|
| 23 |
USE_GMAKE= yes |
| 24 |
USE_BZIP2= yes |
| 25 |
USE_GCC= 4.4+ |
| 26 |
GNU_CONFIGURE= yes |
| 27 |
USE_GNOME= pango intltool libglade2 gconf |
| 28 |
USE_LDCONFIG= yes |
| 29 |
USE_PERL= build |
| 30 |
USE_GETTEXT= yes |
| 31 |
GCONF_SCHEMAS= darktable.schemas |
| 32 |
|
| 29 |
CONFIGURE_ENV+= LIBS="-lm -llcms -ljpeg -L${LOCALBASE}/lib" |
33 |
CONFIGURE_ENV+= LIBS="-lm -llcms -ljpeg -L${LOCALBASE}/lib" |
| 30 |
|
34 |
|
| 31 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |