-
Notifications
You must be signed in to change notification settings - Fork 160
/
Copy pathMakefile
40 lines (29 loc) · 1.02 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# $NetBSD: Makefile,v 1.3 2006/05/22 22:22:02 jlam Exp $
#
DISTNAME= linunace25
PKGNAME= unace-bin-2.50
CATEGORIES= archivers
MASTER_SITES= http://www.winace.com/files/
EXTRACT_SUFX= .tgz
MAINTAINER= [email protected]
HOMEPAGE= http://www.winace.com/
COMMENT= Extract, list and test files in ACE archives (Linux binary)
ONLY_FOR_PLATFORM= *-*-i386
RESTRICTED= Only original file distribution.
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}
.include "../../emulators/suse_linux/Makefile.application"
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat
.endif
NO_BUILD= YES
NO_CONFIGURE= YES
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace-bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unace-bin
${INSTALL_DATA} ${WRKSRC}/licence ${PREFIX}/share/doc/unace-bin
.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"