mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# New ports collection makefile for: gtkglarea
|
|
# Date created: 1 August 1999
|
|
# Whom: Michael Sardo <jaeger16@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkglarea
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
|
|
|
|
MAINTAINER= jaeger16@yahoo.com
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
GL.14:${PORTSDIR}/graphics/Mesa3
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
CONFIGURE_ARGS= --with-lib-GL
|
|
|
|
.include <bsd.port.mk>
|