20 lines
380 B
Makefile
20 lines
380 B
Makefile
# OpenBSD makefile for: xtar
|
|
# Version required: 1.4
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 06:56:35 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xtar-1.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|