2003-08-27 10:14:14 +02:00
|
|
|
# New ports collection makefile for: whereintheworld
|
|
|
|
# Date created: 13 august 2003
|
|
|
|
# Whom: anarcat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= worldtools
|
2003-12-11 01:35:45 +01:00
|
|
|
PORTVERSION= 1.3.1
|
2003-08-27 10:14:14 +02:00
|
|
|
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
|
|
|
|
|
2003-08-27 23:38:40 +02:00
|
|
|
MAN8= buildit.8 upgrade.8 whereintheworld.8
|
2003-08-27 10:14:14 +02:00
|
|
|
|
2003-08-27 23:38:40 +02:00
|
|
|
MAKE_ARGS= SHAREDIR=${PREFIX}
|
|
|
|
MANCOMPRESSED= yes
|
2003-08-27 10:14:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|