blob: b8b6e6d3fbd6118c2420d6cdee3ad0045df5a9dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.11 2009/07/07 19:55:43 joerg Exp $
#
DISTNAME= xcal41
PKGNAME= xcal-4.1
PKGREVISION= 3
CATEGORIES= x11 time
MASTER_SITES= ftp://ftp.hillside.co.uk/xcal/
EXTRACT_SUFX= .tar.Z
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Calendar with alarms and a notebook for X11
PKG_DESTDIR_SUPPORT= user-destdir
USE_IMAKE= yes
post-extract:
@${MKDIR} ${WRKSRC}
@cd ${WRKSRC}; for i in ../Part??; \
do \
${SED} -e '1,/--shar starts here--/d' $$i | ${SH} >/dev/null 2>&1; \
done
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|