LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes

This commit is contained in:
Maxim Sobolev 2002-03-14 07:30:37 +00:00
parent 9227fe1c3d
commit eb17ecf3a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56060
7 changed files with 11 additions and 13 deletions

View file

@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
ttf.4:${PORTSDIR}/print/freetype \
sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_LIBTOOL= YES
USE_FREETYPE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>

View file

@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
ttf.4:${PORTSDIR}/print/freetype \
sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_LIBTOOL= YES
USE_FREETYPE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>

View file

@ -13,9 +13,9 @@ DISTNAME= gdmodule-${PORTVERSION}
MAINTAINER= perky@fallin.lv
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
ttf.4:${PORTSDIR}/print/freetype
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
USE_FREETYPE= yes
USE_PYTHON= yes
EXCMD= /usr/bin/ex
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \

View file

@ -14,10 +14,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@fallin.lv
BUILD_DEPENDS= ${PYDISTUTILS}
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype \
png.5:${PORTSDIR}/graphics/png \
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
art_lgpl.5:${PORTSDIR}/graphics/libart
USE_FREETYPE= yes
USE_PYTHON= yes
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \
SHARE_SUBDIR=${SHARE_SUBDIR}

View file

@ -20,8 +20,8 @@ MAINTAINER= nakaji@jp.freebsd.org
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
VFlib2.24:${PORTSDIR}/japanese/vflib
BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype
USE_FREETYPE= yes
USE_XLIB= yes
USE_GMAKE= yes
USE_AUTOCONF= yes

View file

@ -13,10 +13,9 @@ DISTNAME= PyFT-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_FREETYPE= yes
USE_PYTHON= yes
.include <bsd.port.pre.mk>

View file

@ -12,8 +12,7 @@ MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
USE_FREETYPE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype"