pkgsrc/wm/aewm++/Makefile
jschauma 3d584011f9 Initial import of the aewm++ window manager. Based on a package submitted
by <juan at xtraeme dot unixbsd dot org> in PR pkg/20533.

The aewm++ window manager is a fork of the popular minimal
window manager aewm for the X Windows System. What makes
it different is its codebase, feature set and focus. The
name was created by using the first two letters in the word
aesthetic, the wm is for window manager and the ++ is for
its C++ code.
2003-03-12 03:21:37 +00:00

19 lines
438 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/03/12 03:21:37 jschauma Exp $
#
DISTNAME= aewm++-1.0.22
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sapphire/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jrp@hispabsd.org
HOMEPAGE= http://sapphire.sourceforge.net/
COMMENT= Fork of the popular minimal window manager aewm
USE_BUILDLINK2= YES
USE_X11= YES
pre-install:
${MV} ${WRKSRC}/aewm++.1x ${WRKSRC}/aewm++.1
.include "../../mk/bsd.pkg.mk"