diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-31 13:04:15 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-31 13:04:15 +0000 |
commit | 160176f9bb13547c272d2bc8d4733be2eb142797 (patch) | |
tree | 3d7fbda9ea6bffabbd4db4d21da32c8a6a34c126 /x11/xtattr/Makefile | |
parent | 29cb08c44154e23291bacc4db588fd70a449dd51 (diff) | |
download | freebsd-ports-160176f9bb13547c272d2bc8d4733be2eb142797.zip |
Import of xattr port. xattr is a small utility to change
various xterm attributes.
PR: 4239
Submitted by: Jeff Wheat <jeff@cetlink.net>
Diffstat (limited to 'x11/xtattr/Makefile')
-rw-r--r-- | x11/xtattr/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xtattr/Makefile b/x11/xtattr/Makefile new file mode 100644 index 000000000000..e421d88c652b --- /dev/null +++ b/x11/xtattr/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xtattr +# Version required: 1.0 +# Date created: 6 August 1997 +# Whom: jeff@cetlink.net +# +# $Id$ +# + +DISTNAME= xtattr-1.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= ports@FreeBSD.ORG + +USE_IMAKE= yes + +.include <bsd.port.mk> |