summaryrefslogtreecommitdiffstats
path: root/comms/yawmppp/Makefile
blob: 69fbb90954ab7476b0a093b2662a6a4b94cd9971 (plain)
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
39
# New ports collection makefile for:	yawmppp
# Date created:				07 Mar 2000
# Whom:					Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=	yawmppp
PORTVERSION=	2.0.2
CATEGORIES=	comms windowmaker
MASTER_SITES=	ftp://ftp.seul.org/pub/yawmppp/ \
		http://www.dcc.unicamp.br/~guazzibe/yawmppp/arch/

MAINTAINER=	ports@FreeBSD.org

USE_X_PREFIX=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_GTK=	yes
USE_XPM=	yes
CONFIGURE_ENV=	GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include"
CONFIGURE_ARGS=	--x-includes="${X11BASE}/include" \
		--x-libraries="${X11BASE}/lib"
PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

MAN1=		yawmppp.1x

pre-configure:
	${PERL} -pi -e "s@-g -O2@${CFLAGS}@g; s@-O2 -Wall@${CFLAGS} -Wall@g; \
			s@-O2@${CFLAGS}@g" ${WRKSRC}/*/Makefile.in \
			${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in

pre-patch:
	@${PERL} -pi -e "s|\@prefix\@/doc/|\@prefix\@/share/doc/|g" \
		${WRKSRC}/Makefile.in
	@${PERL} -pi -e 's!\/usr\/local!${PREFIX}!; \
		s!/usr/bin!${PREFIX}/bin!' ${WRKSRC}/src/ycommon.c

.include <bsd.port.mk>
OpenPOWER on IntegriCloud