diff options
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> |