mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# New ports collection makefile for: xtar
|
|
# Version required: 1.4
|
|
# Date created: 31 Jul 1996
|
|
# Whom: shanee@augusta.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xtar-1.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= shanee@augusta.de
|
|
|
|
REQUIRES_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
MAN1= xtar.1
|
|
|
|
.include <bsd.port.mk>
|