openbsd-ports/archivers/libtar/Makefile
2010-04-19 08:16:17 +00:00

30 lines
519 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.2 2010/04/19 08:16:17 ajacoutot Exp $
COMMENT= C library for manipulating tar files
DISTNAME= libtar-1.2.11
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= tar 0.0 # .1.2
CATEGORIES= archivers devel
HOMEPAGE= http://www.feep.net/libtar/
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/
USE_LIBTOOL= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>