58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
30 lines
904 B
Makefile
30 lines
904 B
Makefile
# $NetBSD: Makefile,v 1.27 2006/12/15 20:32:53 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xisp-2.7p1
|
|
PKGREVISION= 3
|
|
CATEGORIES= comms x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/} \
|
|
http://xisp.hellug.gr/release/ \
|
|
ftp://argeas.cs-net.gr/pub/unix/linux/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xisp.hellug.gr/
|
|
COMMENT= User-friendly X11 interface to pppd/chat
|
|
|
|
PKG_GROUPS= ${DIALER_GROUP}
|
|
BUILD_DEFS+= DIALER_GROUP
|
|
MAKE_ENV+= DIALER_GROUP="${DIALER_GROUP}"
|
|
MAKE_ENV+= VARBASE=${VARBASE:Q}
|
|
MESSAGE_SUBST+= DIALER_GROUP=${DIALER_GROUP}
|
|
# XXX TODO: maybe do MODEM_DEV also?
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisp/
|
|
${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/xisp/
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/xforms/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|