mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
778bdfd592
depends on ports/mail/xpbiff. A replacement for xbiff that handles popup window with mail header via youbin. PR: 4121 Submitted by: sanpei@yy.cs.keio.ac.jp
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# 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$
|
|
#
|
|
|
|
# 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
|
|
FILESDIR= ${.CURDIR}/../xpbiff/files
|
|
PATCHDIR= ${.CURDIR}/../xpbiff/patches
|
|
PLIST= ${.CURDIR}/../xpbiff/pkg/PLIST
|
|
|
|
RUN_DEPENDS= youbin:${PORTSDIR}/mail/youbin
|
|
|
|
.include "${.CURDIR}/../xpbiff/Makefile"
|