summaryrefslogtreecommitdiff
path: root/x11-servers/Xatm/Makefile
blob: 5a93232bf1087c20148889dc1a033713a07f6d22 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	xfs-atm
# Version required:	3.0.1
# Date created:		31 Oct 1999
# Whom:			taguchi@tohoku.iij.ad.jp
#
# $FreeBSD$
#

DISTNAME=	xfs-atm+cid-3.0.1
PKGNAME=	xfs-atm-3.0.1
CATEGORIES=	x11
MASTER_SITES=	http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/

MAINTAINER=	taguchi@tohoku.iij.ad.jp

USE_IMAKE=	yes
USE_GMAKE=	yes
MAKE_ENV+=	MAKE=${GMAKE}
MANCOMPRESSED=	yes
MAN1=		xfs-atm.1
DOCFILES=	README.t1-cid+xatm-cap README.t1-cid+xatm-cap.eng \
		README.xfs-atm README.xfs-atm.eng \
		lib/font/Xatm/Q_and_A.Xatm \
		lib/font/Xatm/README lib/font/Xatm/README.eng \
		lib/font/Xatm/README.fonts_cap \
		lib/font/Xatm/README.fonts_cap.eng
DOCPATH=	${PREFIX}/share/doc/Xatm

post-install:
.if !defined(NOPORTDOCS)
	( ${MKDIR} ${DOCPATH} ; \
	   cd ${WRKSRC}; \
	   for i in ${DOCFILES} ; do \
		${INSTALL_DATA} $$i ${DOCPATH}; \
	   done )
.endif

.include <bsd.port.mk>