mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# New ports collection makefile for: mnews-im
|
|
# Date created: 03 Jan 2000
|
|
# Whom: SADA Kenji <sada@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -im
|
|
|
|
RUN_DEPENDS= imput:${PORTSDIR}/mail/im
|
|
|
|
MASTERDIR= ${.CURDIR}/../mnews
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
GNSPOOL= 0
|
|
IMPUT= 1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|