1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

. allow staging;

. use new LIB_DEPENDS syntax;
. USE_GMAKE=yes -> USES=gmake.
This commit is contained in:
Boris Samorodov 2013-12-01 16:10:24 +00:00
parent 249aa60065
commit a86c8e0638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335401

View File

@ -12,15 +12,14 @@ MASTER_SITE_SUBDIR=distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Create fonts.scale file for use with TrueType font server
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
PLIST_FILES= bin/ttmkfdir
USE_BZIP2= yes
USE_GMAKE= yes
USE_XORG= x11
USES= gmake
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>