1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/worldtools/Makefile
Stefan Walter 4e754778fd Add a patch to avoid cluttered screen on >= 6.x.
PR:		99910
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
Approved by:	maintainer timeout (3 weeks)
		arved (mentor)
2006-07-30 11:44:53 +00:00

25 lines
477 B
Makefile

# New ports collection makefile for: whereintheworld
# Date created: 13 august 2003
# Whom: anarcat
#
# $FreeBSD$
#
PORTNAME= worldtools
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
MAINTAINER= anarcat@anarcat.ath.cx
COMMENT= Handy tools for living with make world
USE_PERL5_RUN= yes
MAN8= buildit.8 upgrade.8 whereintheworld.8
MAKE_ARGS= SHAREDIR=${PREFIX}
MANCOMPRESSED= yes
.include <bsd.port.mk>