forked from Lainports/opnsense-ports
20 lines
373 B
Makefile
20 lines
373 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
|
|
|
|
DOCS_INSTALL_TARGET= install install-doc
|
|
|
|
.include <bsd.port.mk>
|