liboglappth is a support library packages for science/ghemical

This is for the OpenGL stuff.
See also:
http://www.bioinformatics.org/pipermail/ghemical-devel/2007-September/000688.html

WWW: http://www.uku.fi/~thassine/projects/ghemical/
This commit is contained in:
Maho Nakata
2008-08-20 22:35:40 +00:00
parent 8202984853
commit c07fcd01fb
5 changed files with 49 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@
SUBDIR += libghemical
SUBDIR += libint
SUBDIR += liblinear
SUBDIR += liboglappth
SUBDIR += libsvm
SUBDIR += libsvm-python
SUBDIR += linsmith
+25
View File
@@ -0,0 +1,25 @@
# New ports collection makefile for: liboglappth
# Date created: 2008/8/21
# Whom: Nakata Maho <maho@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= liboglappth
PORTVERSION= 0.98
CATEGORIES= science
MASTER_SITES= http://www.uku.fi/~thassine/projects/download/current/ \
http://bioinformatics.org/ghemical/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= maho@FreeBSD.org
COMMENT= Support libraries of science/ghemical port
GNU_CONFIGURE= yes
USE_GL= glut
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
CXXFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
MD5 (liboglappth-0.98.tar.gz) = dd280286a51fcba6a47264a383a2f1fe
SHA256 (liboglappth-0.98.tar.gz) = 1ec5964bb281215d5c6e58dee7e5a1a8bcaef2e07df4ac1336ec404b701a11c1
SIZE (liboglappth-0.98.tar.gz) = 326755
+6
View File
@@ -0,0 +1,6 @@
libghemical is a support library packages for science/ghemical
This is for the OpenGL stuff.
See also:
http://www.bioinformatics.org/pipermail/ghemical-devel/2007-September/000688.html
WWW: http://www.uku.fi/~thassine/projects/ghemical/
+14
View File
@@ -0,0 +1,14 @@
include/oglappth/oglv3d.h
include/oglappth/base_app.h
include/oglappth/base_wnd.h
include/oglappth/base_wcl.h
include/oglappth/ogl_objects.h
include/oglappth/ogl_camera.h
include/oglappth/ogl_lights.h
include/oglappth/transparent.h
lib/liboglappth.so.2
lib/liboglappth.la
lib/liboglappth.a
lib/pkgconfig/liboglappth.pc
@dirrm include/oglappth
@dirrm lib/pkgconfig