mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
24 lines
427 B
Makefile
24 lines
427 B
Makefile
# New ports collection makefile for: ja-xvi-sjis
|
|
# Date created: 07 Aug 2002
|
|
# Whom: KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -sjis
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../xvi-euc
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
EXTRA_PATCHES= ${MASTERDIR}/files/patch-unix.h
|
|
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
PROG= sxvi
|
|
|
|
.include "${MASTERDIR}/Makefile.common"
|