1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-fonts/ttmkfdir/Makefile
R. Imura 7f4fb1f37f - Fix MASTER_SITES
- Add WWW: line into pkg/DESCR

PR:		15946
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-14 18:55:31 +00:00

28 lines
614 B
Makefile

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