mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
359 B
Makefile
19 lines
359 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$
|
||
|
#
|
||
|
|
||
|
DISTNAME= tar-1.12
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||
|
|
||
|
MAINTAINER= andreas@FreeBSD.ORG
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS+=--program-prefix=g
|
||
|
|
||
|
.include <bsd.port.mk>
|