c38c666f76
PR: 32186 Submitted by: maintainer
35 lines
970 B
Makefile
35 lines
970 B
Makefile
# ports collection makefile for: gliv
|
|
# Date created: 16 March 2001
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gliv
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://gliv.tuxfamily.org/
|
|
|
|
MAINTAINER= ishmael27@home.com
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick
|
|
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
|
gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_BZIP2= yes
|
|
USE_GTK= yes
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LIBS="-L${LOCALBASE}/lib -lgnugetopt -L${X11BASE}/lib \
|
|
-lXext -lX11 ${PTHREAD_LIBS}" \
|
|
GDK_PIXBUF_CONFIG="${X11BASE}/bin/gdk-pixbuf-config" \
|
|
MAGICK_CONFIG="${LOCALBASE}/bin/Magick-config"
|
|
CONFIGURE_ARGS= --disable-gtk2
|
|
|
|
MAN1= gliv.1
|
|
|
|
.include <bsd.port.mk>
|