openbsd-ports/devel/t1lib/Makefile

39 lines
905 B
Makefile
Raw Normal View History

2003-11-14 18:47:01 -05:00
# $OpenBSD: Makefile,v 1.15 2003/11/14 23:47:01 brad Exp $
COMMENT= "Type 1 rasterizer library for UNIX/X11"
2003-11-14 18:47:01 -05:00
DISTNAME= t1lib-5.0.0
CATEGORIES= devel textproc
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/}
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
# work around optimizer bug in gcc 2.95/3.2
.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}
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>