Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= libsixel |
3 |
PORTNAME= libsixel |
4 |
PORTVERSION= 0.28.0 |
4 |
PORTVERSION= 1.3.2 |
5 |
PORTEPOCH= 1 |
5 |
PORTEPOCH= 1 |
6 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
7 |
|
7 |
|
Lines 14-23
Link Here
|
14 |
USE_GITHUB= yes |
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= saitoha |
15 |
GH_ACCOUNT= saitoha |
16 |
GH_TAGNAME= v${PORTVERSION} |
16 |
GH_TAGNAME= v${PORTVERSION} |
17 |
GH_COMMIT= 0283eca |
17 |
GH_COMMIT= 385aada |
18 |
|
18 |
|
19 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
20 |
USES= libtool |
20 |
USES= libtool pkgconfig |
21 |
|
21 |
|
22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig |
23 |
CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig |
Lines 26-32
Link Here
|
26 |
|
26 |
|
27 |
PORTDOCS= README.md |
27 |
PORTDOCS= README.md |
28 |
|
28 |
|
29 |
OPTIONS_DEFINE= CURL GD PIXBUF |
29 |
OPTIONS_DEFINE= CURL GD JPEG PIXBUF PNG |
30 |
OPTIONS_DEFAULT= |
30 |
OPTIONS_DEFAULT= |
31 |
|
31 |
|
32 |
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |
32 |
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |
Lines 35-43
Link Here
|
35 |
GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd |
35 |
GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd |
36 |
GD_CONFIGURE_WITH= gd |
36 |
GD_CONFIGURE_WITH= gd |
37 |
|
37 |
|
|
|
38 |
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg |
39 |
JPEG_CONFIGURE_WITH= jpeg |
40 |
JPEG_CFLAGS= -I${LOCALBASE}/include |
41 |
JPEG_LDFLAGS= -L${LOCALBASE}/lib |
42 |
|
38 |
PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 |
43 |
PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 |
39 |
PIXBUF_CONFIGURE_WITH= gdk-pixbuf2 |
44 |
PIXBUF_CONFIGURE_WITH= gdk-pixbuf2 |
40 |
|
45 |
|
|
|
46 |
PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png |
47 |
PNG_CONFIGURE_WITH= png |
48 |
|
41 |
post-install: |
49 |
post-install: |
42 |
${MKDIR} ${STAGEDIR}${DOCSDIR} |
50 |
${MKDIR} ${STAGEDIR}${DOCSDIR} |
43 |
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} |
51 |
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} |