blob: 7c55c8c87979c422753cffa84b7a5542d1953835 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xtattr
# Version required: 1.0
# Date created: 6 August 1997
# Whom: jeff@cetlink.net
#
# $Id: Makefile,v 1.1.1.1 1997/10/31 13:04:14 tg Exp $
#
DISTNAME= xtattr-1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= ports@FreeBSD.ORG
USE_IMAKE= yes
MAN1= xtattr.1
.include <bsd.port.mk>
|