diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-wm/beryl-manager/Makefile | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-wm/beryl-manager/Makefile')
-rw-r--r-- | x11-wm/beryl-manager/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-wm/beryl-manager/Makefile b/x11-wm/beryl-manager/Makefile new file mode 100644 index 000000000000..6c7c6188ae30 --- /dev/null +++ b/x11-wm/beryl-manager/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: beryl-manager +# Date created: Oct 29 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= beryl-manager +PORTVERSION= 0.2.1 +PORTREVISION= 1 +CATEGORIES= x11-wm +MASTER_SITES= http://releases.beryl-project.org/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= flz/beryl/ + +MAINTAINER= rnoland@2hip.net +COMMENT= Manager for Beryl Composite/Window Manager + +GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5_BUILD= yes +USE_GNOME= glib20 gtk20 +INSTALLS_ICONS= yes + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+= --mandir="${PREFIX}/man" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" + +MAN1= beryl-manager.1 + +.include <bsd.port.mk> |