mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
19 lines
351 B
Makefile
19 lines
351 B
Makefile
COMMENT= lightweight window manager with emphasis on usability
|
|
|
|
DISTNAME= pwm-20070720
|
|
CATEGORIES= x11
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
HOMEPAGE= https://tuomov.iki.fi/software/
|
|
SITES= ${HOMEPAGE}dl/
|
|
|
|
# Artistic or GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= X11 c m
|
|
|
|
NO_TEST= Yes
|
|
|
|
MAKE_ENV= CC='${CC}' SYSCONFDIR='${SYSCONFDIR}'
|
|
|
|
.include <bsd.port.mk>
|