freebsd-ports/archivers/nomarch/Makefile
Ying-Chieh Liao a0bcc8c4d4 add nomarch
Extracts files from the old `.arc' archive format
2001-11-05 09:18:42 +00:00

30 lines
648 B
Makefile

# ex:ts=8
# New ports collection makefile for: nomarch
# Date created: Nov 5, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= nomarch
PORTVERSION= 1.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
MAN1= nomarch.1
post-patch:
@${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
s,^PREFIX,#PREFIX,g ; \
s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nomarch.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>