pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
33 lines
838 B
Makefile
33 lines
838 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/01/26 17:31:12 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= ttmkfdir2.20021109
|
|
PKGNAME= ${DISTNAME:S/./-/}
|
|
PKGREVISION= 6
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= http://people.redhat.com/yshao/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://people.redhat.com/yshao/
|
|
COMMENT= Tool that creates a fonts.scale file
|
|
|
|
CONFLICTS= ttmkfdir-[0-9]*
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGBASE}
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake lex pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
MAKE_ENV+= FREETYPE_CONFIG=${FREETYPE_CONFIG:Q}
|
|
LDFLAGS+= ${BUILDLINK_LDADD.getopt}
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|