a09daea7de
Orange is part of the SynCE project. Orange is a tool and library for squeezing out juicy installable Microsoft Cabinet Files from self-extracting installers for Microsoft Windows and some other installer file formats. It currently supports the following kinds of installers: * Self-extracting installers (EXE): o Early support for installers created by Installer VISE. o Support for some installers created by Inno Setup. o Setup Factory versions 5 and 6 using Dynamite for data decompression. o Some other installer (using a DLL called inflate.dll). This is used by for example Macromedia Flash Player 6 for Pocket PC 2002. o InstallShield self-extracting installers.
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/12/04 23:08:21 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= orange-0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.synce.org/oldwiki/index.php/Orange
|
|
COMMENT= Extract installable files from self-extracting installers
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../archivers/unshield/buildlink3.mk"
|
|
.include "../../comms/synce-libsynce/buildlink3.mk"
|
|
.include "../../wip/synce-dynamite/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|