openbsd-ports/x11/xco/Makefile
1998-01-25 22:31:14 +00:00

26 lines
510 B
Makefile

# OpenBSD makefile for: xco
# Version required: 1.3
# Date created: 25 January 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/25 22:31:14 angelos Exp $
#
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
MANCOMPRESSED= yes
DOCDIR= ${PREFIX}/share/doc/xco
post-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR}
.include <bsd.port.mk>