16 lines
309 B
Makefile
16 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/12/15 06:11:44 jolan Exp $
|
|
|
|
COMMENT= "shows the date and time in the xfce4 panel"
|
|
DISTNAME= xfce4-datetime-plugin-0.2
|
|
MASTER_SITES= ${MASTER_SITE_GOODIES}
|
|
|
|
HOMEPAGE= ${HOMEPAGE_GOODIES}
|
|
|
|
MODULES= gettext
|
|
|
|
LIB_DEPENDS= ${GTK2} \
|
|
${XML2} \
|
|
${GUI}
|
|
|
|
.include <bsd.port.mk>
|