freebsd-ports/science/liboglappth/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

27 lines
621 B
Makefile

# 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>