1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/comms/picocom/Makefile
Eitan Adler 1bdc64ce5d - Modernize the port: uses USES, etc.
- Stagify the port

Submitted by:	Brian Callahan <bcallah@cvs.openbsd.org>
Approved by:	maintainer timeout (> 1 month)
2013-12-02 05:42:56 +00:00

21 lines
475 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= picocom
PORTVERSION= 1.7
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= dhn@FreeBSD.org
COMMENT= Dumb Terminal Emulator
ALL_TARGET= picocom
USES= gmake
PLIST_FILES= bin/picocom man/man8/picocom.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
.include <bsd.port.mk>