b926992be3
and feel like and Amiga Workbench screen. The purpose of amiwm is to make life more pleasant for Amiga-freaks who have/want to use UNIX workstations once in awhile. WWW: http://www.lysator.liu.se/~marcus/amiwm.html Submitted by Lurene Grenier <lurene@daemonkitty.net>
27 lines
623 B
Makefile
Executable File
27 lines
623 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/27 20:49:58 lebel Exp $
|
|
|
|
COMMENT= "Amiga Workbench lookalike window manager"
|
|
|
|
VERSION= 0.20pl48
|
|
DISTNAME= amiwm${VERSION}
|
|
PKGNAME= amiwm-0.20.48
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
|
|
|
|
HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html
|
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= restrictive
|
|
PERMIT_PACKAGE_FTP= restrictive
|
|
PERMIT_DISTFILES_CDROM= restrictive
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS} -I${X11BASE}/include'
|
|
|
|
.include <bsd.port.mk>
|