openbsd-ports/x11/windowmaker/Makefile

43 lines
1.2 KiB
Makefile
Raw Normal View History

1999-03-15 01:36:38 -05:00
# $OpenBSD: Makefile,v 1.9 1999/03/15 06:36:38 jasoni Exp $
#
1999-03-15 01:36:38 -05:00
DISTNAME= WindowMaker-0.51.2
CATEGORIES= x11
MAINTAINER= jasoni@openbsd.org
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
DATAFILES= WindowMaker-data.tar.gz
1999-03-08 00:17:59 -05:00
NEED_VERSION= 1.67
1999-02-06 21:32:37 -05:00
LIB_DEPENDS= PropList\\.1\\.:${PORTSDIR}/devel/libproplist \
jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.4:${PORTSDIR}/graphics/tiff34 \
png\\.1\\.:${PORTSDIR}/graphics/png \
gif\\.3\\.:${PORTSDIR}/graphics/giflib
1999-03-08 23:13:58 -05:00
GNU_CONFIGURE= YES
1999-03-08 23:13:58 -05:00
CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include" \
LDFLAGS="-L${PREFIX}/lib" \
1999-02-07 22:59:15 -05:00
CPPFLAGS="-I${PREFIX}/include"
1998-12-28 17:51:48 -05:00
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \
1999-03-08 23:13:58 -05:00
--with-incs-from="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
--with-libs-from="-L${PREFIX}/lib" \
1998-12-28 17:51:48 -05:00
--disable-debug
post-install:
@${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \
${PREFIX}/share/WindowMaker/Pixmaps
@${LDCONFIG} -m ${PREFIX}/lib
@echo
1999-02-07 13:46:18 -05:00
@echo "Note: Every user must run /usr/local/bin/wmaker.inst"
@echo " before running Window Maker"
@echo
.include <bsd.port.mk>