blob: d524c8815d053cb59f8b4bd48c7d0590f98fa562 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: relpath
# Date created: 14 Feb 2008
# Whom: 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
.include <bsd.port.mk>
|