openbsd-ports/x11/xfce4/xfce4-appfinder/Makefile

29 lines
836 B
Makefile
Raw Normal View History

2006-01-20 18:17:55 -05:00
# $OpenBSD: Makefile,v 1.5 2006/01/20 23:17:56 steven Exp $
2005-05-12 00:38:34 -04:00
COMMENT= "xfce4 application finder"
2005-11-10 17:57:37 -05:00
V= 4.2.3
2005-05-12 00:38:34 -04:00
DISTNAME= xfce4-appfinder-${V}
2006-01-20 18:17:55 -05:00
PKGNAME= ${DISTNAME}p1
2005-05-12 00:38:34 -04:00
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
HOMEPAGE= http://www.xfce.org/
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= xfcegui4.3.4::x11/xfce4/libxfcegui4
RUN_DEPENDS= :xfdesktop-*:x11/xfce4/xfdesktop
2006-01-20 18:17:55 -05:00
WANTLIB= ICE SM X11 Xext Xft Xrender c fontconfig freetype m \
2005-05-12 00:38:34 -04:00
atk-1.0.0.0 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
2006-01-20 18:17:55 -05:00
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
2005-05-12 00:38:34 -04:00
startup-notification-1.0.0 xfce4util.1
.include <bsd.port.mk>