1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/pngnq/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

36 lines
637 B
Makefile

# Created by: stb@lassitu.de
# $FreeBSD$
PORTNAME= pngnq
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= stb@lassitu.de
COMMENT= Tool for quantizing PNG images in RGBA format
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libpng.so:graphics/png
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lpng
USES= pkgconfig
PORTDOCS= README COPYING
PLIST_FILES= bin/pngcomp bin/pngnq man/man1/pngnq.1.gz
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}/${DOCSDIR}
.endfor
.include <bsd.port.mk>