9637f7852e
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.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/26 17:31:18 rillig Exp $
|
|
|
|
DISTNAME= xzip182
|
|
PKGNAME= xzip-1.8.2
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://www.eblong.com/zarf/ftp/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.eblong.com/zarf/xzip.html
|
|
COMMENT= Z-code interpreter for X11 (Infocom game format)
|
|
|
|
WRKSRC= ${WRKDIR}/xzip
|
|
BUILD_TARGET= xzip
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|