1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/pdmenu/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

34 lines
787 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.65
CATEGORIES= misc
# http://kitenet.net is unreachable for a long time now, asked the
# author and maintaier for a known replacement - edwin 20021227
MASTER_SITES= http://kitenet.net/programs/code/pdmenu/
DISTNAME= pdmenu_${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
COMMENT= A simple console menu program
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>