mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
559b04acc9
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.
31 lines
627 B
Makefile
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>
|