freebsd-ports/russian/pine.language/Makefile
Edwin Groothuis 6072e8dd86 Unbreak port by using pkg-install and pkg-deinstall scripts.
Note to future submitters of ports: Don't throw away files from
others ports.
2005-11-04 06:18:23 +00:00

32 lines
639 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
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>