freebsd-ports/misc/xtar/Makefile

23 lines
416 B
Makefile
Raw Normal View History

# New ports collection makefile for: xtar
# Date created: 31 Jul 1996
# Whom: shanee@augusta.de
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= xtar
PORTVERSION= 1.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= View and manipulate contents of a tar file
USE_MOTIF= yes
USE_IMAKE= yes
2005-05-23 18:19:11 +02:00
MAKE_ARGS= XMLIB="${MOTIFLIB}"
MAN1= xtar.1
.include <bsd.port.mk>