mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
24 lines
488 B
Makefile
24 lines
488 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.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/
|
|
|
|
MAINTAINER= greid@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>
|