freebsd-ports/graphics/giblib/Makefile
Sergey A. Osokin e40d6637b7 Update to 1.2.3
Submitted by:	maintainer
PR:		53633
Approved by:	fjoe (mentor) (implicit)
2003-06-23 14:44:38 +00:00

28 lines
596 B
Makefile

# Ports collection makefile for: giblib
# Date created: 12 Nov 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= giblib
PORTVERSION= 1.2.3
CATEGORIES= graphics devel
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility library that includes a wrapper for imlib2
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
MAKE_ENV= NO_DOC=yes
.endif
.include <bsd.port.mk>