33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
30 lines
690 B
Makefile
30 lines
690 B
Makefile
# New ports collection makefile for: gltk
|
|
# Date created: 16 Feb 2000
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gltk
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
USE_GL= glut
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11
|
|
|
|
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>
|