2006-06-10 17:28:43 +00:00
|
|
|
# New ports collection makefile for: lasi
|
|
|
|
# Date created: June 2006
|
|
|
|
# Whom: giffunip
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 08:54:54 +00:00
|
|
|
# $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $
|
2006-06-10 17:28:43 +00:00
|
|
|
|
|
|
|
PORTNAME= lasi
|
2006-06-11 19:25:54 +00:00
|
|
|
PORTVERSION= 1.0.5
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 2
|
2006-06-10 17:28:43 +00:00
|
|
|
CATEGORIES= devel
|
2006-06-11 19:25:54 +00:00
|
|
|
MASTER_SITES= http://www.unifont.org/lasi/download/
|
2006-06-10 17:28:43 +00:00
|
|
|
|
2006-07-01 12:16:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-06-10 17:28:43 +00:00
|
|
|
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}
|
|
|
|
|
2006-08-14 22:55:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-06-10 17:28:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|