1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/emulators/lib765/Makefile
Pawel Pekala 44cfd63f0c - Add staging support
- Use options helpers
2014-04-09 20:03:30 +00:00

30 lines
748 B
Makefile

# Created by: Alexey V. Antipovsky <kemm@in-line.ru>
# $FreeBSD$
PORTNAME= lib765
PORTVERSION= 0.4.2
CATEGORIES= emulators devel
MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Emulation of uPD765a Floppy Disc Controller
LICENSE= LGPL20
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS LIBDSK
OPTIONS_DEFAULT= LIBDSK
LIBDSK_DESC= Include LibDSK support (recommended)
LIBDSK_CONFIGURE_ON= --with-libdsk --with-libdsk-path=${LOCALBASE}
LIBDSK_CONFIGURE_OFF= --without-libdsk
LIBDSK_LIB_DEPENDS= libdsk.so:${PORTSDIR}/emulators/libdsk
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>