freebsd-ports/graphics/gltk/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
712 B
Makefile

# New ports collection makefile for: gltk
# Date created: 16 Feb 2000
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= gltk
PORTVERSION= 1.1
PORTREVISION= 2
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>