ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/archivers/torrentzip/Makefile
Revision: 15462
Committed: Tue Sep 17 03:15:41 2013 UTC (10 years, 7 months ago) by laffer1
File size: 702 byte(s)
Log Message:
fixup some properties.

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= torrentzip
4 PORTVERSION= 0.2
5 PORTREVISION= 1
6 CATEGORIES= archivers
7 MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION}
8 DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Efficient way to prepare zipfiles for BitTorrent
12 LICENSE= gpl2
13
14 USE_AUTOTOOLS= aclocal automake autoheader
15 AUTOMAKE_ARGS= -a
16
17 WRKSRC= ${WRKDIR}/trrntzip
18
19 PLIST_FILES= bin/trrntzip
20 PORTDOCS= README
21
22 run-autotools:: run-autotools-aclocal run-autotools-autoheader \
23 run-autotools-autoconf run-autotools-automake
24
25 .if !defined(NOPORTDOCS)
26 pre-install:
27 ${MKDIR} ${DOCSDIR}
28 ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
29 .endif
30
31 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H