20 lines
368 B
Makefile
20 lines
368 B
Makefile
# OpenBSD makefile for: xtar
|
|
# Version required: 1.4
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1999/03/12 19:25:02 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xtar-1.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
USE_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|