Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= pekwm |
4 |
PORTNAME= pekwm |
5 |
PORTVERSION= 0.1.17 |
5 |
DISTVERSIONPREFIX= release- |
6 |
PORTREVISION= 4 |
6 |
DISTVERSION= 0.1.17 |
|
|
7 |
PORTREVISION= 5 |
7 |
PORTEPOCH= 1 |
8 |
PORTEPOCH= 1 |
8 |
CATEGORIES= x11-wm |
9 |
CATEGORIES= x11-wm |
9 |
MASTER_SITES= https://pekwm.org/projects/3/files/ |
10 |
MASTER_SITES= https://pekwm.org/projects/3/files/ |
Lines 11-26
Link Here
|
11 |
MAINTAINER= natbsd@instinctive.eu |
12 |
MAINTAINER= natbsd@instinctive.eu |
12 |
COMMENT= Light, Unobtrusive, and configurable windowmanager |
13 |
COMMENT= Light, Unobtrusive, and configurable windowmanager |
13 |
|
14 |
|
14 |
BROKEN= unfetchable |
|
|
15 |
|
16 |
LICENSE= GPLv2 |
15 |
LICENSE= GPLv2 |
17 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
18 |
|
17 |
|
19 |
LIB_DEPENDS= libpng.so:graphics/png |
18 |
LIB_DEPENDS= libpng.so:graphics/png |
20 |
|
19 |
|
21 |
USES= compiler gmake iconv:wchar_t jpeg localbase pkgconfig \ |
20 |
USES= autoreconf compiler gmake iconv:wchar_t jpeg \ |
22 |
tar:bzip2 xorg |
21 |
localbase pkgconfig tar:bzip2 xorg |
23 |
USE_XORG= xft xpm x11 sm ice xext |
22 |
USE_XORG= xft xpm x11 sm ice xext xinerama xrandr |
|
|
23 |
USE_GITHUB= yes |
24 |
GH_ACCOUNT= pekdon |
24 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ |
26 |
CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ |
26 |
--enable-xft --enable-image-xpm --enable-image-jpeg \ |
27 |
--enable-xft --enable-image-xpm --enable-image-jpeg \ |
Lines 30-33
Link Here
|
30 |
CXXFLAGS_clang= -Wno-c++11-narrowing |
31 |
CXXFLAGS_clang= -Wno-c++11-narrowing |
31 |
LDFLAGS+= ${ICONV_LIB} |
32 |
LDFLAGS+= ${ICONV_LIB} |
32 |
|
33 |
|
|
|
34 |
#WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFFIX}${DISTVERSION} |
33 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |