2013-08-15 09:16:32 +00:00
|
|
|
# Created by: Andreas Kohout <shanee@rabbit.augusta.de>
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-11-25 09:47:24 +00:00
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= xtar
|
|
|
|
PORTVERSION= 1.4
|
2011-05-02 12:44:53 +00:00
|
|
|
PORTREVISION= 3
|
1996-11-26 07:33:30 +00:00
|
|
|
CATEGORIES= misc
|
1996-11-25 09:47:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
|
2005-02-19 06:03:21 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= View and manipulate contents of a tar file
|
1996-11-25 09:47:24 +00:00
|
|
|
|
2013-08-15 09:16:32 +00:00
|
|
|
USES= motif
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_XORG= ice sm x11 xext xp xt
|
2013-08-15 09:16:32 +00:00
|
|
|
MAKEFILE= Makefile.noimake
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
MAKE_ARGS= XINC="-I${LOCALBASE}/include" XMLIB="${MOTIFLIB}" \
|
|
|
|
APPDIR="${PREFIX}/lib/X11/app-defaults" \
|
|
|
|
BINDIR="${PREFIX}/bin" LIBDIR="${PREFIX}/lib/X11/xtar" \
|
|
|
|
MANDIR="${MAN1PREFIX}/man/man1" OPTIMISATION="${CFLAGS}" \
|
|
|
|
ANSIFLAG=-ansi CC="${CC}" RANLIB=:
|
|
|
|
|
1998-10-04 22:41:27 +00:00
|
|
|
MAN1= xtar.1
|
2005-07-19 08:28:05 +00:00
|
|
|
PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar
|
|
|
|
PLIST_DIRS= lib/X11/xtar
|
1996-11-25 09:47:24 +00:00
|
|
|
|
2013-08-15 09:16:32 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/pipe\.c/& regexpr.c/' \
|
|
|
|
${WRKSRC}/common/Makefile.noimake
|
|
|
|
|
1996-11-25 09:47:24 +00:00
|
|
|
.include <bsd.port.mk>
|