mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ed0569b830
- Add stage support PR: ports/181069 Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Approved by: wg/culot (mentors, implicit)
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# Created by: siasia
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tralics
|
|
PORTVERSION= 2.15.1
|
|
DISTVERSIONPREFIX= src-
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp-sop.inria.fr/marelle/tralics/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LaTeX to XML translator
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|
|
|
MAKE_ARGS= CC="${CXX}" CXX="${CXX}" CPPFLAGS="${CXXFLAGS}"
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin)
|
|
|
|
.include <bsd.port.mk>
|