1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/xco/Makefile

26 lines
454 B
Makefile
Raw Normal View History

# New ports collection makefile for: xco
# Date created: 6 Jun 1997
# Whom: Satoshi TAOKA
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= xco
PORTVERSION= 1.3
CATEGORIES= x11
2000-03-21 08:37:15 +00:00
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/bingle/
2000-04-13 19:19:05 +00:00
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>