blob: 72669e5ca7367eb8bbfbac4932e9e52e5704623f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xtattr
# Date created: 6 August 1997
# Whom: jeff@cetlink.net
#
# $FreeBSD$
#
PORTNAME= xtattr
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for changing xterm attributes
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAN1= xtattr.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/xtattr
.include <bsd.port.mk>
|