1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/terminality/Makefile

29 lines
630 B
Makefile

# ex:ts=8
# New ports collection makefile for: terminality
# Date created: Apr 28, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= terminality
PORTVERSION= 2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor
DISTNAME= tn-${PORTVERSION}
MAINTAINER= sahil@FreeBSD.org
COMMENT= A cross-platform terminal manipulation library
do-install:
@${MKDIR} ${PREFIX}/include/tn
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/tn
${INSTALL_DATA} ${WRKSRC}/libtn.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/screenshot
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>