blob: d38de3daa1eb850feb805575addc6dba06e3ca77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-doc
.endif
.include <bsd.port.mk>
|