aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/tralics/Makefile
blob: 263c1b1b75b2ef833436375daa9e32f383c0035f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>