blob: d67f67933549d60b6ce7ee8050231f413e47353c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xpbiff-youbin
# Version required: 1.27
# Date created: 7 April 1997
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/08/24 15:46:06 itojun Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
PKGNAME= xpbiff-youbin-1.27
MAINTAINER= sanpei@yy.cs.keio.ac.jp
YOUBIN= yes
MASTERDIR= ${.CURDIR}/../xpbiff
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR/pkg/PLIST
RUN_DEPENDS= youbin:${PORTSDIR}/mail/youbin
.include "${MASTERDIR}/Makefile"
|