966d453493
Removes patch-src_getopt.c since the changes have been integrated to upstream. Changes since 1.1.1: Sun Aug 19 08:35:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Version 1.2 [ Daniel T. Borelli ] * Changed the cursor to indicate the selection mode. * Fixed GCC >=8.0 warning: -Wstringop-truncation. * Evaluate return of strftime. [ Jade Auer ] * Added a gitignore to prevent accidentally including any files generated by autotools. [ Santhosh Raju ] * Fixes ambiguous else warning by providing proper braces for if in src/getopt.c. * Fixed missing <string.h> warnings. [ Joao Eriberto Mota Filho ] * Added rights for Santhosh Raju. * Prepare for new release.
24 lines
665 B
Makefile
24 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.36 2019/08/19 17:41:56 fox Exp $
|
|
|
|
DISTNAME= scrot-1.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
EXTRACT_USING= bsdtar
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot
|
|
COMMENT= Commandline screen capture util like "import", but using imlib2
|
|
LICENSE= mit
|
|
|
|
TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
|
|
|
|
USE_TOOLS+= autoreconf automake m4
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf -i
|
|
|
|
.include "../../devel/giblib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|