1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/unace/Makefile
Ade Lovett 11ea1550f5 Use MASTER_SITE_SUNSITE to MASTER_SITES
Support CC properly
Update WWW: line of pkg/DESCR

PR:		21134
Submitted by:	Ports Fury
2000-09-16 18:09:56 +00:00

24 lines
507 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= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= jonny@jonny.eng.br
USE_GMAKE= yes
ALL_TARGET= clean unace
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
.include <bsd.port.mk>