31 lines
760 B
Makefile
31 lines
760 B
Makefile
# New ports collection makefile for: xfce-mcs-plugins
|
|
# Date created: 7 June 2003
|
|
# Whom: James Earl <jdearl@telus.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-mcs-plugins
|
|
PORTVERSION= 4.4.0
|
|
CATEGORIES= sysutils xfce
|
|
MASTER_SITES= ${MASTER_SITES_XFCE}
|
|
DISTNAME= xfce-mcs-plugins-${PORTVERSION}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= XFce 4 settings manager plugins
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|
USE_XFCE= configenv libgui mcsmanager
|
|
USE_XLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
|
.include <bsd.port.post.mk>
|