freebsd-ports/archivers/gtar/Makefile
1998-12-24 19:19:29 +00:00

24 lines
534 B
Makefile

# New ports collection makefile for: gtar
# Version required: 1.12
# Date created: Sa 6 Jun 1998 10:24:51 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.2 1998/06/08 05:48:58 asami Exp $
#
DISTNAME= tar-1.12
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--program-prefix=g
pre-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>