kili eb4770dc84 Change Brads email address for now, so people can reach him instead of
getting bounces or 550s. Bump pkgnames. While here, remove quotes from
comments.

prompted by espie@
2007-09-01 20:11:21 +00:00

38 lines
798 B
Makefile

# $OpenBSD: Makefile,v 1.23 2007/09/01 20:11:21 kili Exp $
COMMENT= Type 1 rasterizer library for UNIX/X11
DISTNAME= t1lib-5.1.0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= t1 6.0
CATEGORIES= devel textproc
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
${MASTER_SITE_BACKUP}
MAINTAINER= Brad Smith <brad@comstyle.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
# work around optimizer bug in gcc 3.3.5 (in-tree)
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= gcc-patch-* patch-*
.endif
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/ac-tools
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --without-x
NO_REGRESS= Yes
ALL_TARGET= without_doc
.include <bsd.port.mk>