freebsd-ports/emulators/lib765/Makefile
Jean-Yves Lefort 1d755096cb Update to 0.3.3
PR:		ports/81062
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer
2005-05-21 13:45:54 +00:00

25 lines
546 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.3.3
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_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>