1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/print/texpower/Makefile
Ying-Chieh Liao 6f15c4ca47 add texpower 0.0.9d
Creating dynamic online presentations with LaTeX
2003-12-30 08:26:41 +00:00

27 lines
584 B
Makefile

# ex:ts=8
# Ports collection makefile for: texpower
# Date created: Dec 30, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= texpower
PORTVERSION= 0.0.9d
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Creating dynamic online presentations with LaTeX
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
cd ${WRKSRC} && ${INSTALL_DATA} *..sty *.cls *.cfg ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
.include <bsd.port.mk>