freebsd-ports/graphics/giblib/Makefile
Martin Wilke aded417750 - Get rid of USE_X_PREFIX.
PR:		121889
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-03-20 20:07:23 +00:00

34 lines
752 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= 6
CATEGORIES= graphics devel
MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility library that includes a wrapper for imlib2
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget pkgconfig
USE_EFL= imlib2
GNU_CONFIGURE= yes
USE_LDCONFIG= 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>