2001-04-22 02:16:47 +02:00
|
|
|
# New ports collection makefile for: ttftot42
|
|
|
|
# Date created: 22 April 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ttftot42
|
|
|
|
PORTVERSION= 0.3.1
|
2005-05-03 11:03:43 +02:00
|
|
|
PORTREVISION= 1
|
2001-04-22 02:16:47 +02:00
|
|
|
CATEGORIES= print
|
2005-05-03 11:03:43 +02:00
|
|
|
MASTER_SITES= http://www.nih.at/ttftot42/
|
2001-04-22 02:16:47 +02:00
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= TrueType to Type42 font converter
|
2001-04-22 02:16:47 +02:00
|
|
|
|
2005-05-03 11:03:43 +02:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-03-14 08:30:37 +01:00
|
|
|
USE_FREETYPE= yes
|
2001-04-22 02:16:47 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-03 11:03:43 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
|
|
|
PLIST_FILES= bin/ttftot42
|
|
|
|
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include/freetype1/freetype \
|
|
|
|
-I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2001-04-22 02:16:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|