summaryrefslogtreecommitdiff
path: root/www/retawq/Makefile
blob: 954264fc1092aff212e6e99c0258cef49ba8a7c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ex:ts=8
# Ports collection makefile for:	retawq
# Date created:			Dec 30, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	retawq
PORTVERSION=	0.0.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext

CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
USE_GMAKE=	yes
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
ALL_TARGET=	# empty

post-patch:
	@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g ; \
		s,%%LOCALBASE%%,${LOCALBASE},g ; \
		s,%%PREFIX%%,${PREFIX},g ; \
		s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/retawq ${PREFIX}/bin
.for lang in de es fr
	${INSTALL_DATA} ${WRKSRC}/i18n/${lang}.mo ${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
.endfor

.include <bsd.port.mk>