mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
7dc52a691f
Approved by: erwin (mentor)
28 lines
633 B
Makefile
28 lines
633 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= http://freebsd.t-hosting.hu/${PORTNAME}/
|
|
DISTNAME= tn-${PORTVERSION}
|
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
|
COMMENT= A cross-platform terminal manipulation library
|
|
|
|
do-install:
|
|
@${MKDIR} ${TARGETDIR}/include/tn
|
|
${INSTALL_DATA} ${WRKSRC}/*.h ${TARGETDIR}/include/tn
|
|
${INSTALL_DATA} ${WRKSRC}/libtn.a ${TARGETDIR}/lib
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}/screenshot
|
|
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|