f4202e52fe
-install all programs in their orignal names, since conflict doesn't exist anymore -replace USE_LIBTOOL with a simple definition of BUILD_DEPENDS because any configure scripts does not exist PR: 30193 Submitted by: maintainer
36 lines
1.2 KiB
Makefile
36 lines
1.2 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.0.4
|
|
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= freetype2
|
|
|
|
MAINTAINER= kanou@mil.allnet.ne.jp
|
|
|
|
BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool
|
|
BUILD_DEPENDS+= ${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}/config.mk:${PORTSDIR}/print/freetype2:build
|
|
LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= TOP="${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}"
|
|
|
|
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
|
|
|
|
.include <bsd.port.mk>
|