freebsd-ports/comms/yaps/Makefile
Stefan Eßer b9258b969e Apply diffs submitted with PR 21367:
- use ${PREFIX} instead of hard-coded paths.
	- respect NOPORTDOCS

PR:		21367
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-20 21:26:52 +00:00

30 lines
682 B
Makefile

# New ports collection makefile for: yaps
# Date created: Di 29 Sep 1998 15:51:27 CEST
# Whom: se
#
# $FreeBSD$
#
PORTNAME= yaps
PORTVERSION= 0.96
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/serialcomm/machines
MAINTAINER= se@FreeBSD.org
USE_GMAKE= true
MAN1= yaps.1
post-install:
${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample
${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/yaps
${INSTALL_DATA} ${WRKSRC}/yaps.doc ${PREFIX}/share/doc/yaps
${INSTALL_DATA} ${WRKSRC}/yaps.html ${PREFIX}/share/doc/yaps
.endif
.include <bsd.port.mk>