1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/print/bibcursed/Makefile

27 lines
648 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= bibcursed
PORTVERSION= 2.0.1
CATEGORIES= print
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple curses-based editor for BibTeX bibliography files
USES= ncurses tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
2014-02-25 08:58:18 +00:00
PLIST_FILES= bin/bibcursed man/man1/bibcursed.1.gz
do-build:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} \
${PORTNAME}.c -o ${PORTNAME} ${LDFLAGS} -lncurses)
do-install:
2014-02-25 08:58:18 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>