mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
e5223c0df5
Approved by: portmgr (blanket)
21 lines
483 B
Makefile
21 lines
483 B
Makefile
PORTNAME= rname
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://devel.ringlet.net/files/sys/rname/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Execute a program with a fake name
|
|
WWW= https://devel.ringlet.net/sysutils/rname/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USES= gmake tar:xz uidfix
|
|
MAKE_ENV= BINGRP=wheel \
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
|
PLIST_FILES= bin/rname share/man/man1/rname.1.gz
|
|
|
|
.include <bsd.port.mk>
|