2001-03-17 17:35:37 +01:00
|
|
|
# ports collection makefile for: gliv
|
|
|
|
# Date created: 16 March 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gliv
|
2001-04-05 12:07:34 +02:00
|
|
|
PORTVERSION= 1.0b7
|
2001-03-17 17:35:37 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://gliv.tuxfamily.org/
|
2001-04-05 12:07:34 +02:00
|
|
|
DISTNAME= GLiv-1.0beta7
|
2001-03-17 17:35:37 +01:00
|
|
|
|
|
|
|
MAINTAINER= ishmael27@home.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \
|
|
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_MESA= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnugetopt" \
|
2001-03-23 15:08:40 +01:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2001-03-17 17:35:37 +01:00
|
|
|
|
|
|
|
MAN1= GLiv.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|