1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/xtattr/Makefile
Mikhail Teterin 89d4534a9b This little utility is rather usefull on X11-less servers -- you
may with to modify xterm's title  or something after you login to
one. It does not use X11 at all, except to build its Makefile.

Use the simple  Makefile of our own, to  drop build-dependency on
X11.  As a  side effect,  it  will be  installed into  LOCALBASE,
rather than X11BASE/bin. Bump up PORTREVISION.
2001-09-19 15:05:26 +00:00

22 lines
386 B
Makefile

# 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= asami/LOCAL_PORTS
MAINTAINER= ports@FreeBSD.org
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAN1= xtattr.1
MANCOMPRESSED= maybe
.include <bsd.port.mk>