freebsd-ports/textproc/tralics/Makefile

28 lines
605 B
Makefile
Raw Normal View History

# 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>