Bump science/liboglappth to version 1.0.0_4
[dports.git] / science / liboglappth / Makefile
1 # Created by: Nakata Maho <maho@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       liboglappth
5 PORTVERSION=    1.0.0
6 PORTREVISION=   4
7 CATEGORIES=     science
8 MASTER_SITES=   http://bioinformatics.org/ghemical/download/release20111012/    \
9                 http://bioinformatics.org/ghemical/download/current
10
11 MAINTAINER=     maho@FreeBSD.org
12 COMMENT=        Support libraries of science/ghemical port
13
14 GNU_CONFIGURE=  yes
15 INSTALL_TARGET= install-strip
16 USES=           libtool pathfix
17 USE_GL=         glu
18
19 CPPFLAGS+=      -I${LOCALBASE}/include
20
21 .include <bsd.port.mk>