summaryrefslogtreecommitdiff
path: root/x11/xquote/Makefile
blob: d5a2a69989066fb58b21e6217d3406536a019404 (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
# $NetBSD: Makefile,v 1.1.1.1 1998/12/26 16:03:46 garbled Exp $

DISTNAME=		xquote-1.1
CATEGORIES=		x11
MASTER_SITES=		http://www.sunsite.auc.dk/xinvest/ \
			${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	applications
DISTFILES=		${DISTNAME}.tar.gz Xquote.ad

MAINTAINER=		root@garbled.net
HOMEPAGE=		http://sunsite.auc.dk/xinvest/xquote.html

DEPENDS+=		xpm-3.4k:../../graphics/xpm

USE_IMAKE=		yes
USE_MOTIF=		yes
NO_INSTALL_MANPAGES=	yes

post-patch:
	${TOUCH} ${WRKSRC}/Xquote.man

post-install:
	${INSTALL_DATA} ${DISTDIR}/Xquote.ad ${X11BASE}/lib/X11/app-defaults/Xquote

.include "../../mk/bsd.pkg.mk"