mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ee645ffe6d
PR: 18246 Submitted by: maintainer
31 lines
724 B
Makefile
31 lines
724 B
Makefile
# New ports collection makefile for: prips
|
|
# Date created: 29 October 1999
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prips
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ipsc.sourceforge.net/dist/prips/
|
|
DISTNAME= ${PKGNAME}-src
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
WRKSRC= ${WRKDIR}/prips
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/prips
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/prips/README
|
|
.else
|
|
@${SED} 's#share/doc/prips/README##' ${TMPPLIST} > ${WRKDIR}/PLIST.tmp
|
|
@${SED} 's#@dirrm share/doc/prips##' ${WRKDIR}/PLIST.tmp > ${TMPPLIST}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|