pkgsrc/devel/argp/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00

23 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:22 rillig Exp $
DISTNAME= argp-standalone-1.3
PKGNAME= argp-1.3
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/libc/manual/html_node/Argp.html
COMMENT= Argument parsing function from glibc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c99
INSTALLATION_DIRS= include lib
do-install:
libtool --mode=install ${INSTALL_LIB} ${WRKSRC}/libargp.la ${DESTDIR}${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/argp.h ${DESTDIR}${PREFIX}/include/
.include "../../mk/bsd.pkg.mk"