blob: 5eb4d5369c88d83f2bb8f7f2bff5efcfc05d8ebf (
plain) (
tree)
|
|
# 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>
#
# $FreeBSD$
#
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>
|