summaryrefslogtreecommitdiff
path: root/science/liboglappth/Makefile
blob: 70c86f10250f889a3eefd9eea70fee395aaa46f8 (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
25
26
27
# New ports collection makefile for: liboglappth
# Date created:			2008/8/21
# Whom:				Nakata Maho <maho@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	liboglappth
PORTVERSION=	0.98
PORTREVISION=	3
CATEGORIES=	science
MASTER_SITES=	http://www.uku.fi/~thassine/projects/download/current/ \
		http://bioinformatics.org/ghemical/download/

MAINTAINER=	maho@FreeBSD.org
COMMENT=	Support libraries of science/ghemical port

GNU_CONFIGURE=  yes

USE_GL=		glut
USE_GNOME=	gnomehack

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

.include <bsd.port.mk>