1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/rote/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

22 lines
520 B
Makefile

PORTNAME= rote
PORTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple library for VT102 terminal emulation
WWW= https://rote.sourceforge.net/
GNU_CONFIGURE= yes
USES= gmake ncurses
USE_LDCONFIG= yes
PLIST_FILES= bin/rote-config include/rote/rote.h \
lib/librote.so.${PORTVERSION} lib/librote.so.0 lib/librote.so
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librote.so
.include <bsd.port.mk>