1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/ddpt/Makefile
Rene Ladan 620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00

26 lines
554 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
PORTNAME= ddpt
PORTVERSION= 0.97
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
MAINTAINER= delphij@FreeBSD.org
COMMENT= dd tool that specializes in files that are block devices
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/ddpt
PLIST_FILES+= bin/ddptctl
PLIST_FILES+= bin/ddpt_sgl
PLIST_FILES+= man/man8/ddpt.8.gz
PLIST_FILES+= man/man8/ddptctl.8.gz
PLIST_FILES+= man/man8/ddpt_sgl.8.gz
.include <bsd.port.mk>