mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
eb90be7a8c
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)
24 lines
494 B
Makefile
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>
|