mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# New ports collection makefile for: xpbiff-youbin
|
|
# Date created: 7 April 1997
|
|
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
|
|
|
PORTNAME= xpbiff-youbin
|
|
PORTVERSION= 1.27
|
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
|
|
|
YOUBIN= yes
|
|
MASTERDIR= ${.CURDIR}/../xpbiff
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
PLIST= ${MASTERDIR}/pkg/PLIST
|
|
|
|
RUN_DEPENDS= youbin:${PORTSDIR}/mail/youbin
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|