1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/misc/rname/Makefile
Greg Larkin b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00

25 lines
458 B
Makefile

# New ports collection makefile for: rname
# Date created: 26 October 2000
# Whom: 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
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-doc
.endif
.include <bsd.port.mk>