blob: 0ae1a02e9db811f9a376ac70d4cfd3391cf4016a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: lasi
# Date created: June 2006
# Whom: giffunip
#
# $FreeBSD$
#
PORTNAME= lasi
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://eyegene.ophthy.med.umich.edu/lasi/download/
MAINTAINER= giffunip@asme.org
COMMENT= C++ stream output interface for creating Postscript documents
USE_GCC= 3.2+
USE_GNOME= pango pkgconfig
USE_AUTOTOOLS= libltdl:15
GNU_CONFIGURE= yes
PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|