mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4de56a776b
- these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# New ports collection makefile for: lasi
|
|
# Date created: June 2006
|
|
# Whom: giffunip
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lasi
|
|
PORTVERSION= 1.0.5
|
|
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>
|