openbsd-ports/x11/xfce4/xfce4-icon-theme/Makefile
landry 0a23106aff - Update xfce4-icon-theme to 4.4.2
- No need to RUN_DEPENDS on xfce4-panel
- i have to find an elegant way to depend on librsvg,no_gnome

ok ajacoutot@ steven@
2007-12-18 20:48:58 +00:00

28 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.10 2007/12/18 20:48:58 landry Exp $
PKG_ARCH= *
COMMENT= icon theme for xfce4
V= 4.4.2
DISTNAME= xfce4-icon-theme-${V}
HOMEPAGE= http://www.xfce.org/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
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
USE_LIBTOOL= No
MODULES=
#not yet
#RUN_DEPENDS= ::x11/gnome/librsvg,no_gnome
.include <bsd.port.mk>