mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
369fa2ec94
PR: 28135 Submitted by: maintainer
30 lines
591 B
Makefile
30 lines
591 B
Makefile
# ports collection makefile for: gliv
|
|
# Date created: 16 March 2001
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gliv
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://gliv.tuxfamily.org/
|
|
|
|
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= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-lm" \
|
|
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
|
|
|
|
MAN1= gliv.1
|
|
|
|
.include <bsd.port.mk>
|