diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-22 12:16:05 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-22 12:16:05 +0000 |
commit | fd77c93082244e547e8d8971768cb476e8019f21 (patch) | |
tree | dd5def6c3504d85dd2f09d7ccb933e40b1679de8 /x11-toolkits/otk/Makefile | |
parent | cdaab81c8deaa4f5df4525586a683801e453b684 (diff) | |
download | ports-fd77c93082244e547e8d8971768cb476e8019f21.tar.gz ports-fd77c93082244e547e8d8971768cb476e8019f21.zip |
Notes
Diffstat (limited to 'x11-toolkits/otk/Makefile')
-rw-r--r-- | x11-toolkits/otk/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-toolkits/otk/Makefile b/x11-toolkits/otk/Makefile index e19403d162d6..47640b1d05be 100644 --- a/x11-toolkits/otk/Makefile +++ b/x11-toolkits/otk/Makefile @@ -6,14 +6,17 @@ # PORTNAME= otk -PORTVERSION= 0.45 +PORTVERSION= 0.53 CATEGORIES= x11-toolkits graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_lib_v${PORTVERSION} +DISTNAME= ${PORTNAME}_lib_${PORTVERSION} +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= An OpenGL based GUI widget library +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Widget library based on OpenGL + +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_GL= yes USE_X_PREFIX= yes |