2003-10-29 17:17:00 +01:00
|
|
|
# New ports collection makefile for: lib765
|
|
|
|
# Date created: 2003-10-27
|
|
|
|
# Whom: Alexey V. Antipovsky <kemm@in-line.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lib765
|
2006-05-24 18:31:29 +02:00
|
|
|
PORTVERSION= 0.3.4
|
2003-10-29 17:17:00 +01:00
|
|
|
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
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-29 17:17:00 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-05-21 15:45:54 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR}
|
2003-10-29 17:17:00 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|