1998-09-09 08:06:32 +00:00
|
|
|
# New ports collection makefile for: ttmkfdir
|
|
|
|
# Version required: 0.0
|
|
|
|
# Date created: September 08, 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1998-09-09 08:06:32 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1998-09-09 08:06:32 +00:00
|
|
|
|
|
|
|
DISTNAME= ttmkfdir
|
|
|
|
PKGNAME= ttmkfdir-0.0
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://www.darmstadt.gmd.de/~pommnitz/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-09-09 08:06:32 +00:00
|
|
|
|
1998-12-12 21:03:36 +00:00
|
|
|
LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype
|
1998-09-09 08:06:32 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC}; \
|
|
|
|
${CC} ${CFLAGS} -I${LOCALBASE}/include ttmkfdir.c -o ttmkfdir -L${LOCALBASE}/lib -lttf
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|