mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c3d735c03b
PR: 16053 Submitted by: maintainer Also add some patches to respect CC/CFLAGS and avoid a warning.
31 lines
749 B
Makefile
31 lines
749 B
Makefile
# New ports collection makefile for: prips
|
|
# Version required: 0.9.4
|
|
# Date created: 29 October 1999
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= prips-0.9.4-src
|
|
PKGNAME= prips-0.9.4
|
|
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
|
|
|
|
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>
|