opnsense-ports/science/liboglappth/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
495 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>