openbsd-ports/x11/aewm/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

26 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.9 2003/10/08 17:13:15 sturm Exp $
DISTNAME= aewm-1.2.0
CATEGORIES= x11
# X11/9wm
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
COMMENT= "minimalistic window manager for X11"
HOMEPAGE= http://www.red-bean.com/~decklin/aewm/
MASTER_SITES= ${HOMEPAGE} \
ftp://rt.fm/pub/aewm/
MAINTAINER= Joshua Stein <jcs@rt.fm>
USE_GMAKE= Yes
USE_X11= Yes
LIB_DEPENDS= gtk.1,gdk.1::x11/gtk+ \
Xaw3d.6::x11/Xaw3d
NO_REGRESS= Yes
.include <bsd.port.mk>