mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
562 B
Makefile
27 lines
562 B
Makefile
# New ports collection makefile for: E-Weather 0.2
|
|
# Date created: 30 March 2000
|
|
# Whom: jhb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= E-Weather
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://pfnet.org/~cy/
|
|
|
|
MAINTAINER= jhb@FreeBSD.org
|
|
|
|
RUN_DEPENDS= GrabWeather:${PORTSDIR}/misc/wmweather
|
|
LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/E-Weather.epplet ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/E-Weather.icon \
|
|
${PREFIX}/share/enlightenment/epplet_icons
|
|
|
|
.include <bsd.port.mk>
|