1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/print/bibcursed/Makefile

29 lines
637 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: bibcursed
# Date created: Aug 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= bibcursed
PORTVERSION= 2.0.0
CATEGORIES= print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= A simple curses-based editor for BibTeX bibliography files
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.ncurses
2004-02-05 20:38:07 +00:00
MAN1= bibcursed.1
PLIST_FILES= bin/bibcursed
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bibcursed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bibcursed.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>