1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/pdmenu/Makefile
Neil Blakey-Milner 559b04acc9 Upgrade to pdmenu 1.2.64.
This version apparently fixes the situation whereby when pdmenu loses
it's tty, it runs away with the CPU.

Many thanks to Joey Hess (the author) for his quick response.
2000-08-23 15:11:24 +00:00

31 lines
627 B
Makefile

# New ports collection makefile for: pdmenu
# Date created: 14 December 1998
# Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
#
# $FreeBSD$
PORTNAME= pdmenu
PORTVERSION= 1.2.64
CATEGORIES= misc
MASTER_SITES= http://kitenet.net/programs/code/pdmenu/
DISTNAME= pdmenu_${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/pdmenu
MAN1= pdmenu.1
MAN5= pdmenurc.5
CONFIGURE_ENV= SLANG_LIB_LOC='${PREFIX}/lib' \
SLANG_H_LOC='${PREFIX}/include/slang.h'
pre-install:
${MKDIR} ${PREFIX}/lib/pdmenu
.include <bsd.port.mk>