1999-11-02 23:25:52 +00:00
|
|
|
# New ports collection makefile for: prips
|
1999-12-10 01:10:19 +00:00
|
|
|
# Version required: 0.9.2
|
1999-11-02 23:25:52 +00:00
|
|
|
# Date created: 29 October 1999
|
|
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-12-10 01:10:19 +00:00
|
|
|
DISTNAME= prips-0.9.2-src
|
|
|
|
PKGNAME= prips-0.9.2
|
1999-11-02 23:25:52 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.interloper.net/~dan/software/dist/prips/
|
|
|
|
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/prips
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|