mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
55d546ae72
document into an XML file. WWW: http://www-sop.inria.fr/miaou/tralics/ PR: ports/152081 Submitted by: Artyom Olshevskiy <siasiamail@gmail.com>
28 lines
605 B
Makefile
28 lines
605 B
Makefile
# New ports collection makefile for: tralics
|
|
# Date created: 10 Novemeber 2010
|
|
# Whom: siasia
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tralics
|
|
PORTVERSION= 2.13.7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp-sop.inria.fr/apics/tralics-src/
|
|
DISTNAME= $(PORTNAME)-src-$(PORTVERSION)
|
|
|
|
MAINTAINER= siasiamail@gmail.com
|
|
COMMENT= LaTeX to XML translator
|
|
|
|
NO_INSTALL_MANPAGES=yes
|
|
|
|
WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION)/src
|
|
ALL_TARGET= tralics
|
|
|
|
PLIST_FILES= bin/tralics
|
|
|
|
do-install:
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/tralics $(PREFIX)/bin
|
|
|
|
.include <bsd.port.mk>
|