aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gwhich/Makefile
blob: e4e79efc6c33e0766865efb3fc270c1ef5b37254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    gwhich
# Date created:     20 September 2000
# Whom:         Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#

PORTNAME=   gwhich
PORTVERSION=    2.20
CATEGORIES= misc
MASTER_SITES=   GNU/which \
        http://www.xs4all.nl/~carlo17/which/
DISTNAME=   which-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNU Which - Everything you never wanted in a which

USE_GNOME=  gnometarget
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --program-prefix=g

MAN1=       gwhich.1
INFO=       which
PORTEXAMPLES=   EXAMPLES
PLIST_FILES=    bin/gwhich

post-install:
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>