mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
642be1b81d
after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
31 lines
754 B
Makefile
31 lines
754 B
Makefile
# Created by: anders@hack.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pekwm
|
|
PORTVERSION= 0.1.17
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= https://pekwm.org/projects/3/files/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Light, Unobtrusive, and configurable windowmanager
|
|
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
|
png15:${PORTSDIR}/graphics/png
|
|
|
|
USES= pkgconfig iconv
|
|
USE_XORG= xft xpm x11
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
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
|
|
CFLAGS+= -DICONV_CONST -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
|
MAN1= pekwm.1
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|