summaryrefslogblamecommitdiff
path: root/x11/xco/Makefile
blob: 5618c0e3fcfdbbd263153bec6accc0d7c31812c9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           


                                     
           

 
                   
                   
                   
                                                   
                           
 
                                 










                                                                
# New ports collection makefile for:	xco
# Date created:		6 Jun 1997
# Whom:			Satoshi TAOKA
#
# $FreeBSD$
#

PORTNAME=	xco
PORTVERSION=	1.3
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.cs.purdue.edu/pub/bingle/
DISTNAME=	${PORTNAME}

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>