mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
b48da6b6c5
Requested by: roam (on ports-developers@)
25 lines
458 B
Makefile
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>
|