mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
25 lines
433 B
Makefile
25 lines
433 B
Makefile
# Created by: roam@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rname
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://devel.ringlet.net/sysutils/rname/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Execute a program with a fake name
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
INSTALL_TARGET= install install-doc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|