mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
982628f81a
Hat: portmgr
37 lines
807 B
Makefile
37 lines
807 B
Makefile
# Ports collection makefile for: giblib
|
|
# Date created: 12 Nov 2000
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= giblib
|
|
PORTVERSION= 1.2.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= http://linuxbrit.co.uk/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A utility library that includes a wrapper for imlib2
|
|
|
|
LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|: install-docsDATA|:|g' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in AUTHORS ChangeLog README TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|