diff options
Diffstat (limited to 'x11-wm/awesome2')
-rw-r--r-- | x11-wm/awesome2/Makefile | 62 | ||||
-rw-r--r-- | x11-wm/awesome2/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/awesome2/pkg-descr | 12 | ||||
-rw-r--r-- | x11-wm/awesome2/pkg-plist | 28 |
4 files changed, 0 insertions, 105 deletions
diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile deleted file mode 100644 index 4698b3161779..000000000000 --- a/x11-wm/awesome2/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: awesome -# Date created: September 26, 2007 -# Whom: Nikos Ntarmos <ntarmos@ceid.upatras.gr> -# -# $FreeBSD$ -# - -PORTNAME= awesome -PORTVERSION= 2.3.2 -CATEGORIES= x11-wm -MASTER_SITES= http://awesome.naquadah.org/download/ - -MAINTAINER= ntarmos@ceid.upatras.gr -COMMENT= A tiling window manager initially based on a dwm code rewriting - -BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto -LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ - cairo.2:${PORTSDIR}/graphics/cairo \ - freetype.9:${PORTSDIR}/print/freetype2 - -USE_ICONV= yes -GNU_CONFIGURE= yes -USE_EFL= imlib2 -USE_GNOME= pango -USE_XORG= x11 xft xext xinerama xt xrandr xproto - -MAN1= awesome.1 \ - awesome-client.1 \ - awesome-menu.1 \ - awesome-message.1 -MAN5= awesomerc.5 -PORTDOCS= AUTHORS LICENSE README STYLE UPGRADE -PORTEXAMPLES= awesomerc - -post-patch: - @${REINPLACE_CMD} -e 's, "$$(DESTDIR)$$(docdir)";,;,g' \ - -e 's,\([[:space:]]\)install-docDATA ,\1,g' \ - ${WRKSRC}/Makefile.in - -post-configure: - @${REINPLACE_CMD} -E '/^awesome_(message_)?LDADD/s/$$/ -liconv/g; \ - /^doc_DATA/s/=.*$$/=/g' \ - ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} -. for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -. endfor -.endif -.if !defined(NOPORTEXAMPLES) - @${ECHO_MSG} "installing example config file to ${EXAMPLESDIR}" - @${MKDIR} ${EXAMPLESDIR} -. for example in ${PORTEXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${example} ${EXAMPLESDIR} -. endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/awesome2/distinfo b/x11-wm/awesome2/distinfo deleted file mode 100644 index 0b553e7a8995..000000000000 --- a/x11-wm/awesome2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (awesome-2.3.2.tar.gz) = 98c3e3fef55710af75e8e6bfc3e4a3a4 -SHA256 (awesome-2.3.2.tar.gz) = 5d2079e6c9add9bfcd2a598a6dfe6e544b0f5bbe9c96731a18c132a70a3af348 -SIZE (awesome-2.3.2.tar.gz) = 230593 diff --git a/x11-wm/awesome2/pkg-descr b/x11-wm/awesome2/pkg-descr deleted file mode 100644 index 5a24aaaed4f8..000000000000 --- a/x11-wm/awesome2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -awesome is a tiling window manager initially based on a dwm code -rewriting. It's extremely fast, small, dynamic and awesome. - -Windows can be managed in several layouts: tiled and floating. Each -layout can be applied on the fly, optimizing the environment for the -application in use and the task performed. - -Managing windows in tiled mode assures that no space will be waste on -your screen. No gaps, no overlap. - - -WWW: http://awesome.naquadah.org/ diff --git a/x11-wm/awesome2/pkg-plist b/x11-wm/awesome2/pkg-plist deleted file mode 100644 index 2f8c3fe51050..000000000000 --- a/x11-wm/awesome2/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@comment $FreeBSD$ -bin/awesome -bin/awesome-client -bin/awesome-menu -bin/awesome-message -%%DATADIR%%/icons/awesome16.png -%%DATADIR%%/icons/awesome32.png -%%DATADIR%%/icons/awesome48.png -%%DATADIR%%/icons/awesome64.png -%%DATADIR%%/icons/layouts/dwindle.png -%%DATADIR%%/icons/layouts/dwindlew.png -%%DATADIR%%/icons/layouts/floating.png -%%DATADIR%%/icons/layouts/floatingw.png -%%DATADIR%%/icons/layouts/max.png -%%DATADIR%%/icons/layouts/maxw.png -%%DATADIR%%/icons/layouts/spiral.png -%%DATADIR%%/icons/layouts/spiralw.png -%%DATADIR%%/icons/layouts/tile.png -%%DATADIR%%/icons/layouts/tilebottom.png -%%DATADIR%%/icons/layouts/tilebottomw.png -%%DATADIR%%/icons/layouts/tileleft.png -%%DATADIR%%/icons/layouts/tileleftw.png -%%DATADIR%%/icons/layouts/tiletop.png -%%DATADIR%%/icons/layouts/tiletopw.png -%%DATADIR%%/icons/layouts/tilew.png -@dirrm %%DATADIR%%/icons/layouts -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% |