Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/graphics/gphoto2/Makefile 393145 2015-07-29 07:58:02Z madpilot $ |
2 |
# $FreeBSD: head/graphics/gphoto2/Makefile 393145 2015-07-29 07:58:02Z madpilot $ |
3 |
|
3 |
|
4 |
PORTNAME= gphoto2 |
4 |
PORTNAME= gphoto2 |
5 |
PORTVERSION= 2.5.8 |
5 |
PORTVERSION= 2.5.9 |
6 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
7 |
MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} |
7 |
MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} |
8 |
|
8 |
|
Lines 17-28
Link Here
|
17 |
USES= gmake pkgconfig tar:bzip2 |
17 |
USES= gmake pkgconfig tar:bzip2 |
18 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ |
19 |
CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ |
20 |
POPT_LIBS="$$(pkg-config --libs popt)" \ |
20 |
POPT_LIBS="$$(pkg-config --libs popt)" |
21 |
ac_cv_lib_pthread_pthread_exit=no |
|
|
22 |
CONFIGURE_ARGS= --without-cdk |
21 |
CONFIGURE_ARGS= --without-cdk |
23 |
|
22 |
|
24 |
OPTIONS_DEFINE= AALIB DOCS NLS READLINE |
23 |
OPTIONS_DEFINE= AALIB DOCS NLS READLINE THREADS |
25 |
OPTIONS_DEFAULT= AALIB READLINE |
24 |
OPTIONS_DEFAULT= AALIB READLINE THREADS |
26 |
OPTIONS_SUB= yes |
25 |
OPTIONS_SUB= yes |
27 |
|
26 |
|
28 |
AALIB_DESC= Text mode capture preview support |
27 |
AALIB_DESC= Text mode capture preview support |
Lines 31-41
Link Here
|
31 |
NLS_USES= gettext |
30 |
NLS_USES= gettext |
32 |
NLS_CONFIGURE_ENABLE= nls |
31 |
NLS_CONFIGURE_ENABLE= nls |
33 |
NLS_CPPFLAGS= -I${LOCALBASE}/include |
32 |
NLS_CPPFLAGS= -I${LOCALBASE}/include |
34 |
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl |
33 |
NLS_LDFLAGS= -L${LOCALBASE}/lib |
35 |
READLINE_USES= readline |
34 |
READLINE_USES= readline |
36 |
READLINE_CONFIGURE_WITH=readline |
35 |
READLINE_CONFIGURE_WITH= readline |
|
|
36 |
THREADS_CONFIGURE_ENV_OFF= ac_cv_lib_pthread_pthread_exit=no |
37 |
|
37 |
|
38 |
post-install: |
38 |
post-install-DOCS-on: |
39 |
${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} |
39 |
(cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR}) |
40 |
|
40 |
|
41 |
.include <bsd.port.mk> |
41 |
.include <bsd.port.mk> |