1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/print/ttftot42/Makefile
Maxim Sobolev d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00

20 lines
429 B
Makefile

# New ports collection makefile for: ttftot42
# Date created: 22 April 2001
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ttftot42
PORTVERSION= 0.3.1
CATEGORIES= print
MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/
MAINTAINER= nakai@FreeBSD.org
USE_FREETYPE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype1/freetype"
.include <bsd.port.mk>