commit this time..
This commit is contained in:
parent
c0e4fca227
commit
49a63b96af
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.13 1999/03/28 21:51:48 brad Exp $
|
# $OpenBSD: Makefile,v 1.14 1999/04/22 01:07:46 jasoni Exp $
|
||||||
|
|
||||||
DISTNAME= WindowMaker-0.51.2
|
DISTNAME= WindowMaker-0.53.0
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
|
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
|
||||||
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/
|
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/
|
||||||
DATAFILES= WindowMaker-data.tar.gz
|
DATAFILES= WindowMaker-extra-0.1.tar.gz
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
|
||||||
|
|
||||||
NEED_VERSION= 1.73
|
NEED_VERSION= 1.73
|
||||||
@ -17,21 +17,29 @@ LIB_DEPENDS= PropList:${PORTSDIR}/devel/libproplist \
|
|||||||
png:${PORTSDIR}/graphics/png \
|
png:${PORTSDIR}/graphics/png \
|
||||||
gif:${PORTSDIR}/graphics/giflib
|
gif:${PORTSDIR}/graphics/giflib
|
||||||
|
|
||||||
|
# The files placed in $SYSCONFDIR are better placed in $PREFIX/share/WindowMaker
|
||||||
|
SYSCONFDIR= ${PREFIX}/share/WindowMaker/Defaults
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||||
CONFIGURE_ARGS+= --enable-static --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \
|
CONFIGURE_ARGS+= --enable-static --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \
|
||||||
--with-incs-from="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
|
--with-incs-from="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
|
||||||
--with-libs-from="-L${PREFIX}/lib" --disable-debug
|
--with-libs-from="-L${PREFIX}/lib" --disable-debug
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
|
||||||
LDFLAGS="-L${PREFIX}/lib"
|
LDFLAGS="-L${PREFIX}/lib"
|
||||||
|
|
||||||
post-install:
|
post-configure:
|
||||||
@${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \
|
@cd ${WRKDIR}/WindowMaker-extra-0.1; \
|
||||||
${PREFIX}/share/WindowMaker/Pixmaps
|
./configure --prefix=${PREFIX}
|
||||||
@${LDCONFIG} -m ${PREFIX}/lib
|
|
||||||
@echo
|
post-install:
|
||||||
@echo "Note: Every user must run /usr/local/bin/wmaker.inst"
|
@cd ${WRKDIR}/WindowMaker-extra-0.1; \
|
||||||
@echo " before running Window Maker"
|
${MAKE} install
|
||||||
@echo
|
@if [ -d /etc/WindowMaker ] ; then \
|
||||||
|
${ECHO} " "; \
|
||||||
|
${ECHO} "***"; \
|
||||||
|
${ECHO} "The directory /etc/WindowMaker may be removed."; \
|
||||||
|
${ECHO} "***"; \
|
||||||
|
${ECHO} " "; \
|
||||||
|
fi
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user