2006-06-10 19:28:43 +02:00
|
|
|
# New ports collection makefile for: lasi
|
|
|
|
# Date created: June 2006
|
|
|
|
# Whom: giffunip
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $
|
2006-06-10 19:28:43 +02:00
|
|
|
|
|
|
|
PORTNAME= lasi
|
2007-07-02 14:12:16 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-10 19:28:43 +02:00
|
|
|
CATEGORIES= devel
|
2006-06-11 21:25:54 +02:00
|
|
|
MASTER_SITES= http://www.unifont.org/lasi/download/
|
2006-06-10 19:28:43 +02:00
|
|
|
|
2007-07-12 21:48:45 +02:00
|
|
|
MAINTAINER= lme@FreeBSD.org
|
2006-06-10 19:28:43 +02:00
|
|
|
COMMENT= C++ stream output interface for creating Postscript documents
|
|
|
|
|
|
|
|
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-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-06-10 19:28:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|