2001-03-10 19:40:15 +00:00
|
|
|
# New ports collection makefile for: libtar
|
|
|
|
# Date created: 06 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-11-24 04:46:38 +00:00
|
|
|
PORTNAME= libtar
|
|
|
|
PORTVERSION= 1.2.11
|
2005-07-13 04:24:42 +00:00
|
|
|
PORTREVISION= 2
|
2003-11-24 04:46:38 +00:00
|
|
|
CATEGORIES= devel
|
2004-05-10 15:28:54 +00:00
|
|
|
MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/
|
2001-03-10 19:40:15 +00:00
|
|
|
|
2004-05-10 15:28:54 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A library for manipulating POSIX and GNU tar files
|
2001-03-10 19:40:15 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-05-10 15:28:54 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 22:55:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-07-13 04:24:42 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2005-07-14 23:21:22 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
|
2005-07-13 04:24:42 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/lib/libtar.so.0 ${PREFIX}/lib
|
|
|
|
${LN} -sf libtar.so.0 ${PREFIX}/lib/libtar.so
|
2001-03-10 19:40:15 +00:00
|
|
|
|
2004-05-10 15:28:54 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2001-03-10 19:40:15 +00:00
|
|
|
.include "files/manpages"
|
2005-07-14 23:21:22 +00:00
|
|
|
|
|
|
|
.if ${ARCH}!="i386"
|
|
|
|
CPPFLAGS+= -fPIC
|
|
|
|
.endif
|
|
|
|
|
2004-05-10 15:28:54 +00:00
|
|
|
.include <bsd.port.post.mk>
|