2000-07-21 10:06:25 -04:00
|
|
|
# New ports collection makefile for: mmc
|
|
|
|
# Date created: 21 July 2000
|
|
|
|
# Whom: Maxim Sobolev
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mmc
|
|
|
|
PORTVERSION= 0.4.1
|
|
|
|
CATEGORIES= mail gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 03:17:31 -04:00
|
|
|
USE_GNOME= yes
|
2000-07-21 10:06:25 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 03:17:31 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-07-21 10:06:25 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-05 03:17:31 -04:00
|
|
|
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'
|
|
|
|
|
2000-07-21 10:06:25 -04:00
|
|
|
.include <bsd.port.mk>
|