mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c917a16940
- Add LICENSE
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# Created by: Radim Kolar
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= advancecomp
|
|
PORTVERSION= 1.19
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|