summaryrefslogtreecommitdiff
path: root/x11/xco/Makefile
blob: 1889943a48e6b599bec1550156c2018c89dbf165 (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
# New ports collection makefile for:	xco
# Version required:	1.3
# Date created:		6 Jun 1997
# Whom:			Satoshi TAOKA
#
# $Id: Makefile,v 1.1.1.1 1997/07/01 22:06:10 max Exp $
#

DISTNAME=	xco
PKGNAME=	xco-1.3
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.cs.purdue.edu:/pub/bingle/

MAINTAINER=	taoka@FreeBSD.org

USE_IMAKE=	yes
MAN1=		xco.1
MANCOMPRESSED=	yes
DOCDIR=		${PREFIX}/share/doc/xco

post-install:
		@${MKDIR} ${DOCDIR}
		@${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR}

.include <bsd.port.mk>