Lines 11-26
Link Here
|
11 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
12 |
COMMENT= Light, Unobtrusive, and configurable windowmanager |
12 |
COMMENT= Light, Unobtrusive, and configurable windowmanager |
13 |
|
13 |
|
|
|
14 |
LICENSE= GPLv2 |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
14 |
LIB_DEPENDS= libpng.so:graphics/png |
17 |
LIB_DEPENDS= libpng.so:graphics/png |
15 |
|
18 |
|
16 |
USES= gmake iconv:wchar_t jpeg pkgconfig tar:bzip2 |
19 |
USES= gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2 |
17 |
USE_XORG= xft xpm x11 |
20 |
USE_XORG= xft xpm x11 |
18 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \ |
22 |
CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ |
20 |
--enable-xft --enable-image-xpm --enable-image-jpeg \ |
23 |
--enable-xft --enable-image-xpm --enable-image-jpeg \ |
21 |
--enable-image-png --disable-debug \ |
24 |
--enable-image-png --disable-debug \ |
22 |
--disable-pedantic |
25 |
--disable-pedantic |
23 |
CFLAGS+= -I${LOCALBASE}/include |
26 |
LDFLAGS+= ${ICONV_LIB} |
24 |
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |
|
|
25 |
|
27 |
|
26 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |