1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/devel/t1lib/Makefile

39 lines
776 B
Makefile
Raw Normal View History

2001-02-15 19:09:12 +00: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 05:57:29 +00:00
# $FreeBSD$
#
2000-04-14 05:44:42 +00:00
PORTNAME= t1lib
2001-02-15 19:09:12 +00:00
PORTVERSION= 1.1.0
CATEGORIES= devel
2001-02-15 19:09:12 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.neuroinformatik.ruhr-uni-bochum.de/pub/software/t1lib/
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= ijliao@FreeBSD.org
USE_LIBTOOL= yes
2001-02-15 19:09:12 +00:00
GNU_CONFIGURE= yes
.if !defined(WITHOUT_X)
USE_XLIB= yes
2001-02-15 19:09:12 +00:00
CONFIGURE_ARGS+= --with-x
.else
CONFIGURE_ARGS+= --without-x
.endif
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/T1-${PORTVERSION}
# DOCS depends on LaTeX and LaTeX-babel module
#.if defined(NOPORTDOCS)
ALL_TARGET= without_doc
2001-02-15 19:09:12 +00:00
#.else
#BUILD_DEPEND+= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex
#.endif
.include <bsd.port.mk>