1999-04-02 04:19:20 +00:00
|
|
|
# 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>
|
|
|
|
#
|
1999-08-25 04:25:23 +00:00
|
|
|
# $FreeBSD$
|
1999-04-02 04:19:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:24:42 +00:00
|
|
|
PORTNAME= unace
|
|
|
|
PORTVERSION= 1.2b
|
1999-04-02 04:19:20 +00:00
|
|
|
CATEGORIES= archivers
|
2000-09-16 18:09:56 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= utils/compress
|
1999-04-02 04:19:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= jonny@jonny.eng.br
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-09-16 18:09:56 +00:00
|
|
|
ALL_TARGET= clean unace
|
1999-04-02 04:19:20 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|