freebsd-ports/devel/t1lib/Makefile

39 lines
771 B
Makefile
Raw Normal View History

2001-02-15 20:09:12 +01:00
# ex:ts=8
# New ports collection makefile for: libt1
# Date created: 13, May, 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= t1lib
PORTVERSION= 5.0.1
CATEGORIES= devel
2001-07-11 21:25:04 +02:00
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
2003-03-24 02:08:59 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A Type 1 Rasterizer Library for UNIX/X11
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
2001-02-15 20:09:12 +01:00
.if !defined(WITHOUT_X11)
USE_XLIB= yes
2001-02-15 20:09:12 +01:00
CONFIGURE_ARGS+= --with-x
2004-03-02 09:16:23 +01:00
PLIST_SUB+= X11=""
2001-02-15 20:09:12 +01:00
.else
CONFIGURE_ARGS+= --without-x
2004-03-02 09:16:23 +01:00
PLIST_SUB+= X11="@comment "
2001-02-15 20:09:12 +01:00
.endif
# DOCS depends on LaTeX and LaTeX-babel module
#.if defined(NOPORTDOCS)
ALL_TARGET= without_doc
2001-02-15 20:09:12 +01:00
#.else
#BUILD_DEPEND+= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex
#.endif
.include <bsd.port.mk>