openbsd-ports/x11/xfce4/libxfce4mcs/Makefile

27 lines
686 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2007/12/18 20:17:12 landry Exp $
2005-05-12 00:38:34 -04:00
COMMENT= settings management library used by most xfce4 modules
V= 4.4.2
DISTNAME= libxfce4mcs-${V}
SHARED_LIBS= xfce4mcs-manager 3.5 \
xfce4mcs-client 3.5 # .3.5
2005-05-12 00:38:34 -04:00
HOMEPAGE= http://www.xfce.org/
MAINTAINER= Landry Breuil <gaston@gcu.info>
2005-05-12 00:38:34 -04:00
# LGPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= startup-notification-1::devel/startup-notification \
xfce4util.>=1::x11/xfce4/libxfce4util
WANTLIB= ICE SM X11 Xau Xdmcp glib-2.0 gobject-2.0 pcre
2005-05-12 00:38:34 -04:00
.include <bsd.port.mk>