View | Details | Raw Unified | Return to bug 55154
Collapse All | Expand All

(-)misc/misterproper/Makefile (-8 / +1 lines)
Lines 16-32 Link Here
16
COMMENT=	A GNOME application designed to manage cyclic tasks
16
COMMENT=	A GNOME application designed to manage cyclic tasks
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GNOME=	gnomehack gnomelibs gnomeprefix gnometarget
19
USE_GMAKE=	yes
20
USE_GMAKE=	yes
20
USE_GNOME=	yes
21
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
23
		LDFLAGS="-L${LOCALBASE}/lib"
24
25
pre-patch:
26
	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
27
		s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
28
	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
29
		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
30
		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
31
24
32
.include <bsd.port.mk>
25
.include <bsd.port.mk>

Return to bug 55154