1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/emulators/lib765/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

36 lines
876 B
Makefile

# Created by: Alexey V. Antipovsky <kemm@in-line.ru>
# $FreeBSD$
PORTNAME= lib765
PORTVERSION= 0.4.2
PORTREVISION= 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
LICENSE_FILE= ${WRKSRC}/doc/COPYING.LIB
USES= libtool
GNU_CONFIGURE= yes
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:emulators/libdsk
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib765.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>