freebsd-ports/graphics/giblib/Makefile
Will Andrews 0eb6b3ed9b Add giblib 1.0.1, a utility library that incorporates doubly linked lists,
some string functions, and a wrapper for Imlib2.

PR:		22797
Submitted by:	Jeremy Norris <ishmael27@home.com>
2000-12-19 08:42:44 +00:00

20 lines
391 B
Makefile

# Ports collection makefile for: giblib
# Date created: 12 Nov 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= giblib
PORTVERSION= 1.0.1
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ishmael27@home.com
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp
USE_LIBTOOL= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>