pkgsrc/graphics/hp2xx/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

34 lines
996 B
Makefile

# $NetBSD: Makefile,v 1.46 2020/01/26 17:31:21 rillig Exp $
#
DISTNAME= hp2xx-3.4.4
PKGREVISION= 13
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU:=hp2xx/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/hp2xx/hp2xx.html
COMMENT= HPGL converter and previewer
BUILD_DIRS= sources
USE_TOOLS+= makeinfo
MAKE_FLAGS= prefix=${PREFIX} \
mandir=${PREFIX}/${PKGMANDIR} \
infodir=${PREFIX}/${PKGINFODIR}
MAKE_ENV+= XLDFLAGS=${LDFLAGS:Q} XCPPFLAGS=${CPPFLAGS:Q}
INFO_FILES= yes
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \
infodir=${DESTDIR}${PREFIX}/${PKGINFODIR}
INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1
post-extract:
${CP} ${WRKSRC}/makes/generic.mak ${WRKSRC}/sources/Makefile
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../print/pdflib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"