aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unace/Makefile
blob: 3369333474e97fac5e903a987e483b624e4b8163 (plain) (blame)
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
# New ports collection makefile for: unace
# URL: http://members.aol.com/mlemke6413/ace.html
# Version required:     1.2b
# Date created:         23 February 1999
# Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $Id: Makefile,v 1.1.1.1 1999/04/02 04:19:20 steve Exp $
#

DISTNAME=   unacepub
PKGNAME=    unace-1.2b
CATEGORIES= archivers
MASTER_SITES=   http://members.aol.com/mlemke6413/

MAINTAINER= jonny@jonny.eng.br

FETCH_BEFORE_ARGS=  -t

USE_ZIP=    yes
USE_GMAKE=  yes
ALL_TARGET= unace
MAKEFILE=   unix/makefile
NO_WRKSUBDIR=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin

.include <bsd.port.mk>