freebsd-ports/misc/rname/Makefile
2003-02-19 16:07:30 +00:00

24 lines
452 B
Makefile

# New ports collection makefile for: rname
# Date created: 26 October 2000
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= rname
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://ringwraith.online.bg/devel/sysutils/rname/
MAINTAINER= roam@FreeBSD.org
COMMENT= "Execute a program with a fake name"
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-doc
.endif
.include <bsd.port.mk>