1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/emulators/lib765/Makefile
Martin Wilke 5b35b2b366 - Update to 0.4.1
PR:		118583
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 17:04:56 +00:00

26 lines
549 B
Makefile

# New ports collection makefile for: lib765
# Date created: 2003-10-27
# Whom: Alexey V. Antipovsky <kemm@in-line.ru>
#
# $FreeBSD$
#
PORTNAME= lib765
PORTVERSION= 0.4.1
CATEGORIES= emulators devel
MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Emulation of uPD765a Floppy Disc Controller
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>