mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b2fd75e438
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: ft2demos
|
|
# Date created: 12 April 2001
|
|
# Whom: KANOU Hiroki <kanou@mil.allnet.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ft2demos
|
|
PORTVERSION= 2.1.4
|
|
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/pub/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= freetype2
|
|
|
|
MAINTAINER= kanou@khdd.net
|
|
COMMENT= Demo programs for FreeType2
|
|
|
|
BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_XLIB= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= TOP_DIR="${FREETYPE_WRKSRC}"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
|
|
|
|
FT_PROGRAMS= ftbench ftdump ftlint ftmemchk ftmulti ftstring fttimer ftview testnames
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/bin/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
|
|
|
|
.include <bsd.port.post.mk>
|