mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
466 B
Makefile
26 lines
466 B
Makefile
|
# New ports collection makefile for: xco
|
||
|
# Version required: 1.3
|
||
|
# Date created: 6 Jun 1997
|
||
|
# Whom: Satoshi TAOKA
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xco
|
||
|
PKGNAME= xco-1.3
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= ftp://ftp.cs.purdue.edu:/pub/bingle/
|
||
|
|
||
|
MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
|
||
|
|
||
|
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>
|