1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/science/liboglappth/Makefile
2015-10-08 15:12:22 +00:00

22 lines
494 B
Makefile

# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= liboglappth
PORTVERSION= 1.0.0
PORTREVISION= 3
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
INSTALL_TARGET= install-strip
USES= libtool pathfix
USE_GL= glu
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>