1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/rname/Makefile
2014-02-21 13:38:12 +00:00

27 lines
450 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}
USE_GMAKE= yes
NO_STAGE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET= install install-doc
.endif
.include <bsd.port.mk>