mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
19 lines
302 B
Makefile
19 lines
302 B
Makefile
# New ports collection makefile for: xtattr
|
|
# Version required: 1.0
|
|
# Date created: 6 August 1997
|
|
# Whom: jeff@cetlink.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|