1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/ghex/Makefile

35 lines
876 B
Makefile
Raw Normal View History

# New ports collection makefile for: ghex
# Date created: 9th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ghex
PORTVERSION= 1.1.3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ghex
MAINTAINER= ade@FreeBSD.org
2000-10-05 07:10:50 +00:00
LIB_DEPENDS= gnomeprint.12:${PORTSDIR}/print/gnomeprint
BROKEN= "Uses internals from gnomeprint that are no longer present"
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 07:10:50 +00:00
USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>