2013-09-20 22:48:30 +00:00
|
|
|
# Created by: Nakata Maho <maho@FreeBSD.org>
|
2008-08-20 22:35:40 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liboglappth
|
2013-01-08 07:13:23 +00:00
|
|
|
PORTVERSION= 1.0.0
|
2008-08-20 22:35:40 +00:00
|
|
|
CATEGORIES= science
|
2013-01-08 07:13:23 +00:00
|
|
|
MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \
|
|
|
|
http://bioinformatics.org/ghemical/download/current
|
|
|
|
|
2008-08-20 22:35:40 +00:00
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
|
|
COMMENT= Support libraries of science/ghemical port
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_GL= glut
|
2013-03-19 13:04:30 +00:00
|
|
|
USES= pathfix
|
2011-08-25 01:53:44 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
2008-08-20 22:35:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|