blob: efb58bbd9367971dd82d695dca72506378ee79fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Radim Kolar
# $FreeBSD$
PORTNAME= advancecomp
PORTVERSION= 1.17
CATEGORIES= archivers
MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION}
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
USES= gmake
GNU_CONFIGURE= yes
MAN1= advdef.1 advmng.1 advpng.1 advzip.1
PLIST_FILES= bin/advdef bin/advmng bin/advpng bin/advzip
.include <bsd.port.mk>
|