aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sagasu/Makefile
blob: 889a354a7690fd10af9dbf99d8c7e336cebddfdd (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:    textproc/sagasu
# Date created:             10 Jul 2003
# Whom:                 Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$

PORTNAME=   sagasu
PORTVERSION=    2.0.6
PORTREVISION=   3
CATEGORIES= textproc gnome
MASTER_SITES=   http://www3.sympatico.ca/sarrazip/dev/ \
        http://demian.dyndns.org/src/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Sagasu is a GNOME tool to find strings in a set of files

USE_X_PREFIX=   yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
USE_LIBTOOL_VER=15
USE_GNOME=  gnomehack gnomeprefix libgnomeui
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       sagasu.1

post-patch:
    @${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/$$(PACKAGE)-$$(VERSION)|(prefix)/share/doc/$$(PACKAGE)|g' \
        ${WRKSRC}/Makefile.in
    @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
        's|-D.*_DISABLE_DEPRECATED||g'

.include <bsd.port.mk>