mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
575 B
Makefile
29 lines
575 B
Makefile
# 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= http://members.aol.com/mlemke6413/
|
|
DISTNAME= unacepub
|
|
|
|
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>
|