blob: ad983196328e003f187037d55aab1b48804d453e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: advancecomp
# Date created: 11 May 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= advancecomp
PORTVERSION= 1.15
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= advancemame
MAINTAINER= ports@FreeBSD.org
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>
|