aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtar/Makefile
blob: b76a95b7764b80f560fcbd99f8e249ce86c6c0a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   libtar
# Date created:        06 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=           libtar
PORTVERSION=        1.2.5
CATEGORIES=         devel
MASTER_SITES=       ftp://ftp-dev.cso.uiuc.edu/pub/libtar/

MAINTAINER=     ports@FreeBSD.org
COMMENT=        A library for manipulating POSIX and GNU tar files

GNU_CONFIGURE=      yes
USE_GMAKE=      yes

.include "files/manpages"

INSTALLS_SHLIB=     yes

.include <bsd.port.mk>