aboutsummaryrefslogtreecommitdiff
path: root/science/liboglappth/Makefile
blob: 36592a0d86a38c07d8d3967c3faf4b78f270aaba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$

PORTNAME=	liboglappth
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	science
MASTER_SITES=	http://bioinformatics.org/ghemical/download/release20111012/	\
		http://bioinformatics.org/ghemical/download/current
	
MAINTAINER=	maho@FreeBSD.org
COMMENT=	Support libraries of science/ghemical port

GNU_CONFIGURE=  yes

USE_GL=		glut
USES=	pathfix

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include
CXXFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>