dd2c2354e8
Bump PKGNAMEs, and while here reorded @exec/@unexec calls for consistency. ok ajacoutot@
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.8 2008/04/17 09:00:25 landry Exp $
|
|
|
|
COMMENT= volume mixer module for xfce4-panel
|
|
|
|
V= 4.4.2
|
|
DISTNAME= xfce4-mixer-${V}
|
|
PKGNAME= ${DISTNAME}p0
|
|
SHARED_LIBS= xfce4mixer 1.0
|
|
|
|
HOMEPAGE= http://www.xfce.org/projects/xfce4-mixer
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
# GPLv2
|
|
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
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
|
|
xfce4mcs-client.>=3::x11/xfce4/libxfce4mcs \
|
|
xml2.>=9::textproc/libxml \
|
|
xfce4panel.>=2::x11/xfce4/xfce4-panel
|
|
RUN_DEPENDS= ::devel/desktop-file-utils \
|
|
::x11/xfce4/xfce-mcs-manager
|
|
|
|
WANTLIB= ICE Xrender Xau Xdamage Xdmcp expat SM freetype fontconfig \
|
|
X11 Xcursor Xcomposite Xext Xfixes Xi Xinerama Xrandr \
|
|
gmodule-2.0 glib-2.0 pangocairo-1.0 pango-1.0 pcre \
|
|
gdk_pixbuf-2.0 gtk-x11-2.0 gdk-x11-2.0 pangoft2-1.0 \
|
|
cairo startup-notification-1 glitz atk-1.0 png \
|
|
gobject-2.0 xfce4util.>=1 ossaudio c m z
|
|
|
|
CONFIGURE_ARGS= --with-sound=oss \
|
|
--enable-mighty-mouse \
|
|
${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|