1998-09-09 10:06:32 +02:00
|
|
|
# New ports collection makefile for: ttmkfdir
|
|
|
|
# Date created: September 08, 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1998-09-09 10:06:32 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
2000-04-10 02:44:43 +02:00
|
|
|
#
|
1998-09-09 10:06:32 +02:00
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= ttmkfdir
|
2006-07-19 13:06:15 +02:00
|
|
|
PORTVERSION= 3.0.9
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2006-07-19 13:06:15 +02:00
|
|
|
PORTEPOCH= 1
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= x11-fonts x11
|
2012-12-07 18:43:42 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR=distfiles
|
1998-09-09 10:06:32 +02:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Create fonts.scale file for use with TrueType font server
|
1998-09-09 10:06:32 +02:00
|
|
|
|
2012-12-07 18:43:42 +01:00
|
|
|
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
|
2003-12-09 01:50:45 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/ttmkfdir
|
2003-12-09 01:50:45 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
1998-09-09 10:06:32 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|