mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
c3270c5b20
- Simplify docs installation
27 lines
527 B
Makefile
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>
|