pkgsrc/x11/xview-clients/Makefile

36 lines
935 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.22 2004/01/20 12:28:29 agc Exp $
# $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp
#
2000-09-13 17:19:38 +02:00
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-clients-3.2.1
PKGREVISION= 1
2000-09-13 17:19:38 +02:00
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
2003-07-18 00:50:55 +02:00
MAINTAINER= jlam@NetBSD.org
COMMENT= OpenLook applications and man pages
NOT_FOR_PLATFORM= *-*-alpha # it builds but everything segfaults...
2000-09-13 17:19:38 +02:00
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
2000-09-13 17:19:38 +02:00
EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images
WRKSRC= ${WRKDIR}/${DISTNAME}/clients
USE_BUILDLINK2= # defined
2000-09-13 17:19:38 +02:00
USE_IMAKE= # defined
post-patch:
@cd ${WRKSRC}; \
for file in olwm/openwin-menu-programs; do \
${MV} -f $${file} $${file}.tmp; \
${SED} -e "s,@PREFIX@,${PREFIX},g" \
-e "s,@X11BASE@,${X11BASE},g" \
< $${file}.tmp > $${file}; \
${RM} -f $${file}.tmp; \
done
.include "../../x11/xview-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"