02baa4219f
Submitted by: lioux
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# New ports collection makefile for: YaTeX
|
|
# Date created: 98/11/17
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -mule
|
|
|
|
MASTERDIR= ${.CURDIR}/../yatex
|
|
COMMENTFILE= ${.CURDIR}/pkg-comment
|
|
EMACS_PORT_NAME=mule
|
|
|
|
.include "${MASTERDIR}/Makefile"
|