1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/archivers/advancecomp/Makefile
Martin Wilke cb156ec4be Update to 1.15
PR:		ports/98465
Approved by:	krion (mentor), maintainer timeout
2006-06-14 15:04:06 +00:00

26 lines
598 B
Makefile

# 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= sylvioc@gmail.com
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG and .GZ files
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= advdef.1 advmng.1 advpng.1 advzip.1
PLIST_FILES= bin/advdef bin/advmng bin/advpng bin/advzip
.include <bsd.port.mk>