summaryrefslogtreecommitdiff
path: root/graphics/gliv/Makefile
blob: 8f22a7107a51fdbc6aa6820a7b26e827340f3802 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ports collection makefile for:	gliv
# Date created:				16 March 2001
# Whom:					Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=	gliv
PORTVERSION=	1.0b6
CATEGORIES=	graphics
MASTER_SITES=	http://gliv.tuxfamily.org/
DISTNAME=	GLiv-1.0beta6

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" \
		CPPFLAGS="-I${LOCALBASE}/include"

MAN1=		GLiv.1

.include <bsd.port.mk>