blob: 3c616257bc05a2368b649d7f5b1a9a6f1255f6ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
NO_STAGE= yes
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>
|