aboutsummaryrefslogtreecommitdiff
path: root/archivers/unace/Makefile
blob: 257b129dbedcbfb4e6ce7d53599b1517cfa32e5e (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
# New ports collection makefile for: unace
# URL: http://members.aol.com/mlemke6413/ace.html
# Date created:         23 February 1999
# Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD$
#

PORTNAME=	unace
PORTVERSION=	1.2b
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	utils/compress

MAINTAINER=	jonny@jonny.eng.br
COMMENT=	Extract, view & test ACE archives

USE_GMAKE=	yes
ALL_TARGET=	clean unace

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

.include <bsd.port.mk>