Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / multisort / Makefile
1 # Created by: Dennis Herrmann <adox@mcx2.org>
2 # $FreeBSD$
3
4 PORTNAME=       multisort
5 PORTVERSION=    1.1
6 CATEGORIES=     www
7 MASTER_SITES=   http://www.xach.com/multisort/ \
8                 http://mirror.mcx2.org/
9
10 MAINTAINER=     rodrigo@FreeBSD.org
11 COMMENT=        Small program to take multiple httpd logfiles into one
12
13 LICENSE=        GPLv2+
14
15 PLIST_FILES=    bin/multisort
16
17 post-install:
18         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/multisort
19
20 .include <bsd.port.mk>