mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
a86c8e0638
. use new LIB_DEPENDS syntax; . USE_GMAKE=yes -> USES=gmake.
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ttmkfdir
|
|
PORTVERSION= 3.0.9
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR=distfiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Create fonts.scale file for use with TrueType font server
|
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
|
|
|
PLIST_FILES= bin/ttmkfdir
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11
|
|
USES= gmake
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|