mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
21 lines
442 B
Makefile
21 lines
442 B
Makefile
# New ports collection makefile for: symlinks
|
|
# Date created: Sa 27 Mai 2000 00:21:44 CEST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= symlinks
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/file
|
|
|
|
MAINTAINER= andreas_and_joe@tao.org.uk
|
|
COMMENT= Symbolic link maintenance utility
|
|
|
|
MAN8= symlinks.8
|
|
PLIST_FILES= bin/symlinks
|
|
|
|
.include <bsd.port.mk>
|