pkgsrc/graphics/vp/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

20 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.22 2020/01/26 17:31:24 rillig Exp $
#
DISTNAME= vp-1.8
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://elfga.com/~erik/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://elfga.com/~erik/
COMMENT= Image viewer
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LDFLAGS.SunOS+= -lsocket -lnsl -lm
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"