1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/giblib/Makefile
Dmitry Marakasov c3270c5b20 - Convert to USES=libtool
- Simplify docs installation
2014-05-08 16:36:08 +00:00

27 lines
527 B
Makefile

# Created by: Jeremy Norris <ishmael27@home.com>
# $FreeBSD$
PORTNAME= giblib
PORTVERSION= 1.2.4
PORTREVISION= 12
CATEGORIES= graphics devel
MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility library that includes a wrapper for imlib2
USES= pathfix pkgconfig libtool
USE_EFL= imlib2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_ARGS= docsdir=${DOCSDIR}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgiblib.so
.include <bsd.port.mk>