2838094fed
PR: ports/177420 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
18 lines
424 B
Makefile
18 lines
424 B
Makefile
# 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
|
|
|
|
USE_GMAKE= yes
|
|
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>
|