d2dee31acf
email bounces)
28 lines
620 B
Makefile
Executable File
28 lines
620 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.4 2005/02/14 00:35:54 pvalchev 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
|
|
|
|
PERMIT_PACKAGE_CDROM= restrictive
|
|
PERMIT_PACKAGE_FTP= restrictive
|
|
PERMIT_DISTFILES_CDROM= restrictive
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xext Xmu c m
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS} -I${X11BASE}/include'
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|