From 36df1b4960ddc3b4d4a099c58d541586258409db Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 3 May 2005 09:03:43 +0000 Subject: Fix MASTER_SITES Support CFLAGS properly Support USE_GETOPT_LONG PR: ports/80543 Submitted by: Ports Fury --- print/ttftot42/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'print/ttftot42') diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index be2d116b92eb..67a7dcc417ed 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -7,15 +7,22 @@ PORTNAME= ttftot42 PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ +MASTER_SITES= http://www.nih.at/ttftot42/ MAINTAINER= ports@FreeBSD.org COMMENT= TrueType to Type42 font converter -PLIST_FILES= bin/ttftot42 +USE_GETOPT_LONG= yes USE_FREETYPE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype1/freetype" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +PLIST_FILES= bin/ttftot42 + +CPPFLAGS= -I${LOCALBASE}/include/freetype1/freetype \ + -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include -- cgit