1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/russian/pine.language/Makefile
Kris Kennaway de78dd974b Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
2007-02-11 01:23:35 +00:00

36 lines
737 B
Makefile

# New ports collection makefile for: ru-pine
# Whom: ache
# Date created: 1996/12/03
#
# $FreeBSD$
#
PORTNAME= pine
PORTVERSION= 4.21
CATEGORIES= russian mail
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Tune Pine for Russian (KOI8-R) defaults
RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4
BROKEN= Leaves behind config file on deinstall
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
NO_WRKSUBDIR= YES
NO_BUILD= YES
SUB_FILES= pkg-install pkg-deinstall
PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
do-fetch:
${DO_NADA}
do-install:
@${SETENV} ${SCRIPTS_ENV} PGPLIB="${PGPLIB}" PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} pkg-install
.include <bsd.port.mk>