2006-09-10 14:16:08 +02:00
|
|
|
# New ports collection makefile for: zipper.app
|
|
|
|
# Date created: 31 Aug 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-09-10 14:16:08 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zipper
|
2012-06-09 15:00:31 +02:00
|
|
|
PORTVERSION= 1.4
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= archivers gnustep
|
2012-06-09 15:00:31 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= gap
|
2006-09-10 14:16:08 +02:00
|
|
|
DISTNAME= Zipper-${PORTVERSION}
|
|
|
|
|
2012-06-26 07:44:19 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-10 14:16:08 +02:00
|
|
|
COMMENT= Tool for inspecting the contents of a compressed archive
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:11 +01:00
|
|
|
|
2012-06-09 15:00:31 +02:00
|
|
|
post-patch:
|
|
|
|
cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -f -v "{}" ";"
|
2006-09-10 14:16:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|