2004-01-20 13:28:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.22 2004/01/20 12:28:29 agc Exp $
|
1998-07-04 09:54:40 +02:00
|
|
|
# $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
|
2003-03-03 05:17:23 +01:00
|
|
|
PKGREVISION= 1
|
2000-09-13 17:19:38 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
1998-07-04 09:54:40 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= jlam@NetBSD.org
|
2001-02-17 18:06:11 +01:00
|
|
|
COMMENT= OpenLook applications and man pages
|
1998-07-04 09:54:40 +02:00
|
|
|
|
2001-05-02 23:46:07 +02:00
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # it builds but everything segfaults...
|
1998-07-04 09:54:40 +02:00
|
|
|
|
2000-09-13 17:19:38 +02:00
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
2000-08-19 00:46:29 +02:00
|
|
|
|
2000-09-13 17:19:38 +02:00
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images
|
2002-08-25 21:21:43 +02:00
|
|
|
|
2004-01-20 13:28:26 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/clients
|
2002-08-25 21:21:43 +02:00
|
|
|
USE_BUILDLINK2= # defined
|
2000-09-13 17:19:38 +02:00
|
|
|
USE_IMAKE= # defined
|
1998-07-04 09:54:40 +02:00
|
|
|
|
2000-06-16 16:16:49 +02:00
|
|
|
post-patch:
|
2000-09-14 00:19:59 +02:00
|
|
|
@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; \
|
2000-10-22 01:10:26 +02:00
|
|
|
done
|
1998-07-04 09:54:40 +02:00
|
|
|
|
2002-08-25 21:21:43 +02:00
|
|
|
.include "../../x11/xview-lib/buildlink2.mk"
|
1999-09-28 22:40:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|