2001-03-31 11:04:35 +00:00
|
|
|
# New ports collection makefile for: aria
|
|
|
|
# Date created: 30 March 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aria
|
2001-09-10 14:36:11 +00:00
|
|
|
PORTVERSION= 0.10.1
|
2001-03-31 11:04:35 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://aria.rednoah.com/storage/sources/
|
2001-09-10 14:36:11 +00:00
|
|
|
DISTNAME= ${PORTNAME}-0.10.1test9
|
2001-03-31 11:04:35 +00:00
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GTK= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
|
|
|
--datadir=${PREFIX}/share
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|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>
|