1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/windowmaker/Makefile
Justin M. Seger 18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami
1998-05-04 20:23:32 +00:00

33 lines
1.0 KiB
Makefile

# New ports collection makefile for: WindowMaker
# Version required: 0.14.1
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
# $Id: Makefile,v 1.9 1998/04/15 22:18:16 jseger Exp $
DISTNAME= WindowMaker-0.14.1
PKGNAME= windowmaker-0.14.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.windowmaker.org/pub/wmaker/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/linux/windowmaker/beta/srcs/ \
http://jgo.local.net/cool_downloads/wm/
MAINTAINER= handy@physics.montana.edu
BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libproplist
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
png\\.2\\.:${PORTSDIR}/graphics/png \
tiff34\\.1:${PORTSDIR}/graphics/tiff34
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE=${X11BASE}
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-nlsdir=${LOCALBASE}/lib/locale \
--with-gfx-libs=-L${LOCALBASE}/lib \
--with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include"
.include <bsd.port.mk>