Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= libsixel |
3 |
PORTNAME= libsixel |
4 |
PORTVERSION= 1.4.1 |
4 |
PORTVERSION= 1.4.3 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 1 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= graphics |
7 |
CATEGORIES= graphics |
Lines 15-21
Link Here
|
15 |
USE_GITHUB= yes |
15 |
USE_GITHUB= yes |
16 |
GH_ACCOUNT= saitoha |
16 |
GH_ACCOUNT= saitoha |
17 |
GH_TAGNAME= v${PORTVERSION} |
17 |
GH_TAGNAME= v${PORTVERSION} |
18 |
GH_COMMIT= 151b261 |
18 |
GH_COMMIT= 31d35e9 |
19 |
|
19 |
|
20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
21 |
USES= libtool pkgconfig |
21 |
USES= libtool pkgconfig |
Lines 38-44
Link Here
|
38 |
|
38 |
|
39 |
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg |
39 |
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg |
40 |
JPEG_CONFIGURE_WITH= jpeg |
40 |
JPEG_CONFIGURE_WITH= jpeg |
41 |
JPEG_CFLAGS= -I${LOCALBASE}/include |
41 |
JPEG_CPPFLAGS= -I${LOCALBASE}/include |
42 |
JPEG_LDFLAGS= -L${LOCALBASE}/lib |
42 |
JPEG_LDFLAGS= -L${LOCALBASE}/lib |
43 |
|
43 |
|
44 |
PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 |
44 |
PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 |