aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimagequant/Makefile
blob: ec058327773691b5f26c686ec862f289bab30612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	libimagequant
PORTVERSION=	2.17.0
CATEGORIES=	graphics

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Image Quantization Library

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

BUILD_DEPENDS=	bash:shells/bash

USES=		gmake localbase

USE_GITHUB=	yes
GH_ACCOUNT=	ImageOptim

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

PLIST_FILES=	include/libimagequant.h \
		lib/libimagequant.a \
		lib/libimagequant.so \
		lib/libimagequant.so.0 \
		libdata/pkgconfig/imagequant.pc

.include <bsd.port.mk>