0ea1f43208
Changes since version 0.96: * Tyler R. Retzlaff's gcc 3.x patches included. * Modified version of Jeremy C. Reed's "view file with spaces in the filename" patch included. * Fix for "segmentation fault at exit" bug. * Memory usage of uncompression routines is now constant and doesn't depend on the size of the file. * tempname and mktemp functions replaced with mkdtemp.
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/11/26 10:40:01 abs Exp $
|
|
|
|
DISTNAME= cxunzip-0.98
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://gurb.ton.tut.fi/gnome/download/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://gurb.ton.tut.fi/gnome
|
|
COMMENT= Cloned Xunzip is a GNOME zip-archive uncompressing program
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
#USE_LIBTOOL= yes
|
|
|
|
.include "../../x11/gnome-libs/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|