blob: cb8cc70edae64fcc921593607016f6c2571babb2 (
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
# 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>
|