Tweak misc/lesspipe version 1.55
[dports.git] / misc / gtkfind / Makefile
1 # Created by: Bill Fumerola <billf@chc-chimes.com>
2 # $FreeBSD$
3
4 PORTNAME=       gtkfind
5 PORTVERSION=    1.1
6 PORTREVISION=   6
7 CATEGORIES=     misc
8 MASTER_SITES=   http://www.bayofrum.net/dist/${PORTNAME}/ \
9                 http://www.purplehat.org/downloads/gtkfind/
10
11 MAINTAINER=     perryh@pluto.rain.com
12 COMMENT=        The program to use to have to remember all the options to find(1)
13
14 BUILD_DEPENDS=  appres:${PORTSDIR}/x11/appres \
15                 xterm:${PORTSDIR}/x11/xterm
16
17 USE_GMAKE=      yes
18 USE_GNOME=      gtk12
19 GNU_CONFIGURE=  yes
20
21 MAN1=           gtkfind.1
22 PLIST_FILES=    bin/gtkfind
23
24 NO_STAGE=       yes
25 post-patch:
26         ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in
27
28 do-install:
29         ${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${PREFIX}/bin
30         ${INSTALL_MAN} ${WRKSRC}/gtkfind.1 ${MANPREFIX}/man/man1
31
32 .include <bsd.port.mk>