aboutsummaryrefslogtreecommitdiff
path: root/astro/seti_applet/Makefile
blob: 9e56eb21ac9ff5b27d1b0bda760304aa1a91dc0a (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# New ports collection makefile for:	seti_applet
# Date Created:		1 Jul 2000
# Whom:			HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	seti_applet
PORTVERSION=	0.4.1
PORTREVISION=	1
CATEGORIES=	astro gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}

MAINTAINER=	cyrille.lefevre@laposte.net

# Global variables
#

LIB_DEPENDS=	gtop.1:${PORTSDIR}/devel/libgtop \
		intl.4:${PORTSDIR}/devel/gettext
RUN_DEPENDS=	${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome

USE_REINPLACE=	yes
USE_X_PREFIX=	yes
USE_GNOME=	yes
USE_LIBTOOL=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

# Local variables
#

MSG_FILE=	${PKGDIR}/pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message

FIND?=		find
XARGS?=		xargs

# Post-patch
#

post-patch: patch-configure patch-makefiles-in \
	    patch-seti_applet patch-pkgmessage

patch-configure:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g;\
		s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

patch-makefiles-in:
	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g;\
		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

patch-seti_applet:
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
		${WRKSRC}/src/seti_applet.c

patch-pkgmessage:
	@${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${MSG_FILE} > ${PKGMESSAGE}

# Post-install
#

post-install: display-message

display-message:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>