aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gtkfind/Makefile
blob: f10c2d438368cd356344042c4edf32d4b53082af (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
# New ports collection makefile for:   gtkfind
# Version required:    0.9
# Date created:        28 Sept 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $Id: $
#

DISTNAME=   gtkfind-0.9
CATEGORIES= misc
MASTER_SITES=   http://www.oz.net/~mattg/

MAINTAINER= billf@FreeBSD.org

LIB_DEPENDS=    gtk.1.6:${PORTSDIR}/x11-toolkits/gtk

USE_GMAKE=  yes
ALL_TARGET=

MAN1=       gtkfind.1

post-patch:

    ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
    ${CAT} ${WRKSRC}/Makefile.pre_sed | \
    ${SED} -e 's#/usr/local#${PREFIX}#g' >> ${WRKSRC}/Makefile

.include <bsd.port.mk>