1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/emulators/libdsk/Makefile
2021-04-06 16:31:07 +02:00

28 lines
613 B
Makefile

# Created by: pixel
PORTNAME= libdsk
PORTVERSION= 1.4.2
CATEGORIES= emulators devel
MASTER_SITES= http://www.seasip.info/Unix/LibDsk/
MAINTAINER= pixel@hugbox.org
COMMENT= Enables access to disks and disk images; also via serial line
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= apridisk.html cfi.html libdsk.pdf libdsk.txt \
libdskrc.sample protocol.txt README TODO
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>