1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/archivers/unace/Makefile
Philip M. Gollucci 7f208943eb - Mark MAKE_JOBS_UNSAFE=yes
Approved by:    linimon (via irc on #bsdports)
Tested on:      RideCharge TB, P6 TB
2009-04-29 01:48:55 +00:00

37 lines
913 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
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= jonny@jonny.eng.br
COMMENT= Extract, view & test ACE archives
MAKE_JOBS_UNSAFE= yes
USE_GMAKE= yes
ALL_TARGET= clean unace
PLIST_FILES= bin/unace
post-patch:
@${REINPLACE_CMD} -e "s|CFLAGS =|CFLAGS ?=|" \
-e "s|CC =|CC ?=|" \
-e 's|gcc $$(CFLAGS)|$${CC} $$(CFLAGS)|' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} 's|(CHAR \* s, thead \* head, INT nopath);|(CHAR \* s, thead \* head, INT nopath, unsigned int size);|' \
${WRKSRC}/uac_crt.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
.include <bsd.port.mk>