freebsd-ports/print/freetype2/Makefile
Maxim Sobolev 94007cbd5c Take over maintainership. Update to 2.0 was almost total rework and my
request to jseger unfortunately went unanswered.
2001-04-09 18:17:27 +00:00

35 lines
1.1 KiB
Makefile

# New ports collection makefile for: freetype
# Date created: January 24, 1998
# Whom: jseger@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= freetype2
PORTVERSION= 2.0.2
CATEGORIES= print
MASTER_SITES= ftp://freetype.sourceforge.net/pub/freetype/%SUBDIR%/ \
${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \
http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \
ftp://ftp.freetype.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ENV= TOP=""
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
LIBTOOLFILES= ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
post-configure:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup)
.include <bsd.port.mk>