ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/zziplib/Makefile
Revision: 23820
Committed: Tue Aug 21 18:07:39 2018 UTC (5 years, 8 months ago) by laffer1
File size: 719 byte(s)
Log Message:
update zziplib to 0.13.69

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= zziplib
4 DISTVERSIONPREFIX= v
5 DISTVERSION= 0.13.69
6 PORTREVISION= 1
7 CATEGORIES= devel
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Library to provide transparent read access to zipped files
11
12 LICENSE= lgpl2.1 mpl
13 LICENSE_COMB= dual
14
15 BUILD_DEPENDS= zip:archivers/zip
16
17 USES= libtool pathfix pkgconfig python:2.7,build shebangfix
18 USE_GITHUB= yes
19 GH_ACCOUNT= gdraheim
20 GH_PROJECT= zziplib
21 USE_LDCONFIG= yes
22 SHEBANG_FILES= docs/*.py
23
24 GNU_CONFIGURE= yes
25 CONFIGURE_ARGS= --srcdir=${WRKSRC}
26 CONFIGURE_ENV= ac_cv_path_XMLTO=":"
27 INSTALL_TARGET= install-strip
28 TEST_TARGET= check
29 PORTSCOUT= limit:^0\.
30
31 OPTIONS_DEFINE= SDL
32 OPTIONS_SUB= yes
33 SDL_USE= SDL=sdl
34 SDL_CONFIGURE_ENABLE= sdl
35
36 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H