1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/mrproject/Makefile
2001-07-15 14:06:08 +00:00

30 lines
739 B
Makefile

# New ports collection makefile for: MrProject
# Date created: 15 July 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mrproject
PORTVERSION= 0.3.2
CATEGORIES= deskutils gnome
MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/
MAINTAINER= demon@FreeBSD.org
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
USE_GNOME= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
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\)/locale#\$\(prefix\)/share/locale#g'
.include <bsd.port.mk>