1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/science/liboglappth/Makefile

24 lines
537 B
Makefile
Raw Normal View History

# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= liboglappth
2013-01-08 07:13:23 +00:00
PORTVERSION= 1.0.0
CATEGORIES= science
2013-01-08 07:13:23 +00:00
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>