1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/gltk/Makefile

31 lines
712 B
Makefile
Raw Normal View History

# New ports collection makefile for: gltk
# Date created: 16 Feb 2000
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= gltk
2001-01-14 12:24:32 +00:00
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
2003-02-20 18:08:19 +00:00
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>