1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/comms/picocom/Makefile
Yuri Victorovich eb90be7a8c comms/picocom: Update to 3.1
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Removed the useless option DEBUG
* Removed the patch

PR:		226455
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
2018-03-09 05:35:45 +00:00

24 lines
494 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= picocom
DISTVERSION= 3.1
CATEGORIES= comms
MAINTAINER= ports@FreeBSD.org
COMMENT= Dumb Terminal Emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= npat-efault
PLIST_FILES= bin/picocom man/man1/picocom.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>