21 lines
391 B
Makefile
21 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>
|