freebsd-ports/sysutils/relpath/Makefile

16 lines
341 B
Makefile

# Created by: Beech Rintoul <beech@FreeBSD.org>
# $FreeBSD$
PORTNAME= relpath
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= LOCAL/beech \
http://www.alaskaparadise.com/freebsd/
MAINTAINER= volker@vwsoft.com
COMMENT= Find a relative path from START_DIR to END_PATH.
PLIST_FILES= bin/relpath
NO_STAGE= yes
.include <bsd.port.mk>