diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-04-22 00:16:47 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-04-22 00:16:47 +0000 |
commit | d00c1607854e363dab6a8d9bc722ecb7e043e979 (patch) | |
tree | bed3a3a22994152c2bbfaa025bc0ad295df1c3a1 /print/ttftot42/Makefile | |
parent | 836ae6e1085d0c5a7871af8fbb0233e345f47c7a (diff) | |
download | ports-d00c1607854e363dab6a8d9bc722ecb7e043e979.tar.gz ports-d00c1607854e363dab6a8d9bc722ecb7e043e979.zip |
Notes
Diffstat (limited to 'print/ttftot42/Makefile')
-rw-r--r-- | print/ttftot42/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile new file mode 100644 index 000000000000..cc63a18de5ad --- /dev/null +++ b/print/ttftot42/Makefile @@ -0,0 +1,20 @@ +# 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 + +LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype + +GNU_CONFIGURE= yes +CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include" + +.include <bsd.port.mk> |