aboutsummaryrefslogtreecommitdiff
path: root/emulators/lib765/Makefile
blob: 04cc14c98b38c53cacc7b5d9466725678c3d5c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	lib765
# Date created:			2003-10-27
# Whom:				Alexey V. Antipovsky <kemm@in-line.ru>
#
# $FreeBSD$
#

PORTNAME=	lib765
PORTVERSION=	0.3.1.1
CATEGORIES=	emulators devel
MASTER_SITES=	http://www.seasip.demon.co.uk/Unix/LibDsk/

MAINTAINER=	kemm@in-line.ru
COMMENT=	Emulation of uPD765a Floppy Disc Controller

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

DOCS=		ChangeLog doc/765.txt

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>