mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
3290ae0157
- Sort USES - Regenerate patch, to ensure is proper format
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-equake-plugin
|
|
PORTVERSION= 1.3.8
|
|
CATEGORIES= science xfce
|
|
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Earthquake monitor plugin for the Xfce panel
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
|
USE_XFCE= panel
|
|
USE_XORG= x11
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|