mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
41570dd5f4
- While here, add LICENSE, switch to USES=localbase, other cosmetic fixes PR: 211131 [1] Submitted by: natbsd@instinctive.eu [1]
29 lines
703 B
Makefile
29 lines
703 B
Makefile
# Created by: anders@hack.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pekwm
|
|
PORTVERSION= 0.1.17
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= https://pekwm.org/projects/3/files/
|
|
|
|
MAINTAINER= natbsd@instinctive.eu
|
|
COMMENT= Light, Unobtrusive, and configurable windowmanager
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2
|
|
USE_XORG= xft xpm x11 sm ice xext
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \
|
|
--enable-xft --enable-image-xpm --enable-image-jpeg \
|
|
--enable-image-png --disable-debug \
|
|
--disable-pedantic
|
|
LDFLAGS+= ${ICONV_LIB}
|
|
|
|
.include <bsd.port.mk>
|