2000-12-19 09:42:44 +01:00
|
|
|
# Ports collection makefile for: giblib
|
|
|
|
# Date created: 12 Nov 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= giblib
|
2003-06-23 16:44:38 +02:00
|
|
|
PORTVERSION= 1.2.3
|
2002-01-27 18:07:29 +01:00
|
|
|
CATEGORIES= graphics devel
|
2000-12-19 09:42:44 +01:00
|
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
|
2002-06-04 03:38:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= A utility library that includes a wrapper for imlib2
|
2000-12-19 09:42:44 +01:00
|
|
|
|
2003-12-15 19:44:02 +01:00
|
|
|
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
|
2000-12-19 09:42:44 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2001-08-30 02:29:47 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-01-27 18:07:29 +01:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= NO_DOC=yes
|
|
|
|
.endif
|
2000-12-19 09:42:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|