blob: 6a1bb91f5e32028dfe2f34acff0d7cc80b1e1027 (
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
|
# New ports collection makefile for: E-Weather 0.2
# Date created: 30 March 2000
# Whom: jhb
#
# $FreeBSD$
#
PORTNAME= E-Weather
PORTVERSION= 0.4b
CATEGORIES= x11
MASTER_SITES= http://streiff.net/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Weather epplet for Enlightenment similar to wmWeather
LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet
RUN_DEPENDS= GrabWeather:${PORTSDIR}/misc/wmweather
USE_X_PREFIX= yes
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LIBS="-L${X11BASE}/lib -lepplet ${PTHREAD_LIBS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/E-Weather.epplet ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/enlightenment/epplet_icons
${INSTALL_DATA} ${WRKSRC}/E-Weather.icon \
${PREFIX}/share/enlightenment/epplet_icons
.include <bsd.port.mk>
|