diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-28 18:11:06 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-28 18:11:06 +0000 |
commit | 6bda1e2ccb8e3dd89a2943a4d8155500870e682f (patch) | |
tree | 774335f90a5c3d71b30bb2c663f719bfd0d42beb /x11/libxfce4mcs/Makefile | |
parent | be12963ff8818dee38fb3016aeb0631fff746c93 (diff) | |
download | ports-6bda1e2ccb8e3dd89a2943a4d8155500870e682f.tar.gz ports-6bda1e2ccb8e3dd89a2943a4d8155500870e682f.zip |
Notes
Diffstat (limited to 'x11/libxfce4mcs/Makefile')
-rw-r--r-- | x11/libxfce4mcs/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile new file mode 100644 index 000000000000..62cee155ef51 --- /dev/null +++ b/x11/libxfce4mcs/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libxfce4util +# Date created: 7 June 2003 +# Whom: James Earl <jdearl@telus.net> +# +# $FreeBSD$ +# + +PORTNAME= libxfce4mcs +PORTVERSION= 3.99.2 +CATEGORIES= x11 +MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \ + ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \ + http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \ + http://linux.imp.mx/xfce4/rc2/xfce4-rc2/src/ +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= XFce 4 settings management library used by most XFce 4 modules + +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util + +USE_GNOME= glib20 +USE_REINPLACE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes +NO_FILTER_SHLIBS= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ + ${WRKSRC}/${PORTNAME}/Makefile.in + +.include <bsd.port.mk> |