freebsd-ports/graphics/gltk/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

31 lines
712 B
Makefile

# New ports collection makefile for: gltk
# Date created: 16 Feb 2000
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= gltk
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.sgi.com/opengl/contrib/ \
ftp://ftp.u-aizu.ac.jp/pub/os/sgi/misc/ftp.sgi.com/pub/opengl/contrib/
DISTNAME= libtk
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= An OpenGL/Tk interface
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
USE_IMAKE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libtk.a ${PREFIX}/lib/libgltk.a
${INSTALL_DATA} ${WRKSRC}/tk.h ${PREFIX}/include/GL/gltk.h
${MKDIR} ${PREFIX}/share/doc/gltk
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gltk
.include <bsd.port.mk>