mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
15 lines
276 B
Makefile
15 lines
276 B
Makefile
# New ports collection makefile for: YaTeX
|
|
# Date created: 98/11/17
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -xemacs
|
|
|
|
MASTERDIR= ${.CURDIR}/../yatex
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
EMACS_PORT_NAME=xemacs21
|
|
|
|
.include "${MASTERDIR}/Makefile"
|