mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
27 lines
626 B
Makefile
27 lines
626 B
Makefile
# New ports collection makefile for: lasi
|
|
# Date created: June 2006
|
|
# Whom: giffunip
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $
|
|
|
|
PORTNAME= lasi
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.unifont.org/lasi/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.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}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|