mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
037937fb7b
between this and 1.0 of Paul Vixie's. PR: 21431 Submitted by: Jeremy Shaffner <jeremy@external.org>
32 lines
799 B
Makefile
32 lines
799 B
Makefile
# New ports collection makefile for: gwhich
|
|
# Date created: 20 September 2000
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gwhich
|
|
PORTVERSION= 2.12
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.xs4all.nl/~carlo17/which/
|
|
DISTNAME= which-${PORTVERSION}
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
MAN1= gwhich.1
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/which.info ${PREFIX}/info/dir
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/examples/gwhich
|
|
@${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${PREFIX}/share/examples/gwhich/EXAMPLES
|
|
.else
|
|
@${SED} 's#share/examples/gwhich/EXAMPLES##' ${TMPPLIST} > ${WRKDIR}/PLIST.tmp
|
|
@${SED} 's#@dirrm share/examples/gwhich##' ${WRKDIR}/PLIST.tmp > ${TMPPLIST}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|