3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
44 lines
1.3 KiB
Makefile
44 lines
1.3 KiB
Makefile
# New ports collection makefile for: ft2demos
|
|
# Date created: 12 April 2001
|
|
# Whom: KANOU Hiroki <kanou@khdd.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ft2demos
|
|
PORTVERSION= 2.3.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${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/freetype/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= freetype2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Demo programs for FreeType2
|
|
|
|
BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= xext
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15:env
|
|
MAKE_ENV= TOP_DIR="${FREETYPE_WRKSRC}"
|
|
MAKE_ARGS= X11_PATH="${LOCALBASE}"
|
|
|
|
PLIST_FILES= ${FT_PROGRAMS:S,^,bin/,}
|
|
|
|
FT_PROGRAMS= ftbench ftchkwd ftdiff ftdump ftgamma ftgrid ftlint ftmemchk \
|
|
ftmulti ftpatchk ftstring fttimer ftvalid ftview
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
|
|
|
|
.include <bsd.port.post.mk>
|