blob: 2c9f15b160e7f2e755e9213ef97566b513288b53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2003/05/02 11:53:34 wiz Exp $
DISTNAME= cxunzip-0.96
PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://gurb.ton.tut.fi/gnome/download/
MAINTAINER= packages@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"
|