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.
25 lines
609 B
Makefile
25 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/26 17:30:59 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= libowfat-0.32
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.fefe.de/libowfat/
|
|
COMMENT= Library of general purpose APIs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
MAKE_FILE= GNUmakefile
|
|
USE_TOOLS+= gmake
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; \
|
|
${MV} tai/tai_now.3 tai/tai_now_libowfat.3; \
|
|
${MV} tai/tai_pack.3 tai/tai_pack_libowfat.3; \
|
|
${MV} taia/taia_now.3 taia/taia_now_libowfat.3; \
|
|
${MV} taia/taia_pack.3 taia/taia_pack_libowfat.3
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|