openbsd-ports/x11/xco/Makefile

25 lines
486 B
Makefile
Raw Normal View History

1998-01-25 17:31:14 -05:00
# OpenBSD makefile for: xco
# Version required: 1.3
# Date created: 25 January 1998
# Whom: Angelos D. Keromytis
#
1998-02-06 08:43:45 -05:00
# $OpenBSD: Makefile,v 1.2 1998/02/06 13:43:45 niklas Exp $
1998-01-25 17:31:14 -05:00
#
DISTNAME= xco
PKGNAME= xco-1.3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.purdue.edu:/pub/bingle/
MAINTAINER= angelos@openbsd.org
USE_IMAKE= yes
MAN1= xco.1
DOCDIR= ${PREFIX}/share/doc/xco
post-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR}
.include <bsd.port.mk>