openbsd-ports/devel/t1lib/Makefile

41 lines
939 B
Makefile
Raw Normal View History

2004-11-23 19:11:03 -05:00
# $OpenBSD: Makefile,v 1.19 2004/11/24 00:11:04 espie Exp $
COMMENT= "Type 1 rasterizer library for UNIX/X11"
DISTNAME= t1lib-5.0.0
CATEGORIES= devel textproc
MASTER_SITES= ${MASTER_SITE_BACKUP}
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
2003-11-14 18:47:01 -05:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 19:11:03 -05:00
WANTLIB= c m
2004-04-08 02:21:19 -04:00
# work around optimizer bug in gcc 3.3.2 (in-tree)
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= gcc-patch-* patch-*
.endif
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
2001-11-29 10:16:14 -05:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/ac-tools
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2004-07-27 21:47:24 -04:00
CONFIGURE_ARGS+= --without-x
2001-11-29 10:16:14 -05:00
NO_REGRESS= Yes
ALL_TARGET= without_doc
2001-11-29 10:16:14 -05:00
post-patch:
@cd ${WRKSRC}/ac-tools; \
${PATCH} --forward --quiet -E < \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig && \
${PATCH} --forward --quiet -E < \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
.include <bsd.port.mk>