ccab055528
ERROR: [subst.mk:d2u] The filename patterns "*.h *.c */*.h */*.c */*/*.h */*/*.c" have no effect. No change in resulting binaries.
52 lines
1.7 KiB
Makefile
52 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2020/09/19 14:02:31 rhialto Exp $
|
|
#
|
|
# In order to ensure compliance with U.S. and international law, please
|
|
# do not modify this file to provide pointers to the source or homepage
|
|
# for this software or submit any PRs telling us the contents of the
|
|
# HOMEPAGE or MASTER_SITES definitions in this Makefile.
|
|
|
|
DISTNAME= clit18src
|
|
PKGNAME= convertlit-1.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${CONVERTLIT_MASTER_SITES}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${CONVERTLIT_HOMEPAGE}
|
|
COMMENT= Convert Microsoft Legal Reader format eBooks into open format
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
BUILD_DIRS= lib clit18
|
|
MAKE_FILE= Makefile
|
|
USE_TOOLS+= gmake
|
|
|
|
SUBST_CLASSES+= flags
|
|
SUBST_STAGE.flags= pre-configure
|
|
SUBST_MESSAGE.flags= Fixing CFLAGS and compiler invocation.
|
|
SUBST_FILES.flags+= clit18/Makefile
|
|
SUBST_SED.flags+= -e 's,^CFLAGS=.*,CFLAGS+=-funsigned-char -Wall -I ../lib -I ../lib/des -I .,'
|
|
SUBST_SED.flags+= -e 's,gcc -o clit .. ../libtommath-0.30/libtommath.a,gcc $$(LDFLAGS) -o clit $$^ -ltommath,'
|
|
|
|
RESTRICTED= Possible legal problems
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/clit18/clit ${DESTDIR}${PREFIX}/bin/convertlit
|
|
|
|
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(CONVERTLIT_MASTER_SITES)
|
|
PKG_FAIL_REASON+= "Please define CONVERTLIT_MASTER_SITES in mk.conf."
|
|
PKG_FAIL_REASON+= "Alternatively you may download '${DISTNAME}${EXTRACT_SUFX}' manually"
|
|
PKG_FAIL_REASON+= "to ${DISTDIR}."
|
|
.endif
|
|
|
|
|
|
.include "../../math/ltm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|