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:
@@ -71,6 +71,7 @@
|
||||
SUBDIR += libghemical
|
||||
SUBDIR += libint
|
||||
SUBDIR += liblinear
|
||||
SUBDIR += liboglappth
|
||||
SUBDIR += libsvm
|
||||
SUBDIR += libsvm-python
|
||||
SUBDIR += linsmith
|
||||
|
||||
@@ -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>
|
||||
@@ -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
|
||||
@@ -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/
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user