freebsd-ports/devel/libtar/Makefile
Kevin Lo 4e7f5a0446 Update to 1.2.11
PR: 59629
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
2003-11-24 04:46:38 +00:00

23 lines
476 B
Makefile

# 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.11
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>