mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
17 lines
340 B
Makefile
17 lines
340 B
Makefile
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= symlinks
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/file
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Symbolic link maintenance utility
|
|
|
|
MAN8= symlinks.8
|
|
PLIST_FILES= bin/symlinks
|
|
|
|
.include <bsd.port.mk>
|