freebsd-ports/www/aria/Makefile

33 lines
834 B
Makefile
Raw Normal View History

# New ports collection makefile for: aria
# Date created: 30 March 2001
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aria
2001-09-10 16:36:11 +02:00
PORTVERSION= 0.10.1
CATEGORIES= www
MASTER_SITES= http://aria.rednoah.com/storage/sources/
2001-09-10 16:36:11 +02:00
DISTNAME= ${PORTNAME}-0.10.1test9
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>