openbsd-ports/x11/windowmaker/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

2000-06-25 18:50:17 -04:00
# $OpenBSD: Makefile,v 1.30 2000/06/25 22:50:19 brad Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
CATEGORIES= x11
NEED_VERSION= 1.230
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
MASTER_SITE_SUBDIR= beta/srcs
1999-04-21 21:07:46 -04:00
DATAFILES= WindowMaker-extra-0.1.tar.gz
DISTFILES= ${DISTNAME}.tar.gz ${DATAFILES}
2000-04-02 23:03:31 -04:00
HOMEPAGE= http://www.windowmaker.org/
MAINTAINER= jasoni@openbsd.org
1999-03-08 23:13:58 -05:00
2000-02-15 13:42:43 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-02-12 03:02:07 -05:00
LIB_DEPENDS= PropList.2::devel/libproplist \
jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
2000-06-25 18:50:17 -04:00
png.1::graphics/png \
gif.4.1::graphics/giflib
2000-02-15 13:42:43 -05:00
GNU_CONFIGURE= Yes
2000-03-12 14:59:49 -05:00
FAKE= Yes
SYSCONFDIR= ${PREFIX}/share/WindowMaker/Defaults
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2000-02-15 13:42:43 -05:00
CONFIGURE_ARGS+=--enable-static --with-pixmapdir="${PREFIX}/share/WindowMaker/Pixmaps" \
--with-incs-from="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
--with-libs-from="-L${PREFIX}/lib" --disable-debug
2000-02-15 13:42:43 -05:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
1999-04-21 21:07:46 -04:00
post-configure:
@cd ${WRKDIR}/WindowMaker-extra-0.1; \
2000-03-12 14:59:49 -05:00
./configure --prefix=${WRKINST}${PREFIX}
1999-04-21 21:07:46 -04:00
post-install:
@cd ${WRKDIR}/WindowMaker-extra-0.1; make install
.include <bsd.port.mk>