aboutsummaryrefslogtreecommitdiff
path: root/print/bibcursed
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 16:08:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 16:08:55 +0000
commit5172c6e95e1f251bf7a7da8119d09ecad3f58431 (patch)
tree0d8e11fc895b18b03333ace25e39ecd701df9a60 /print/bibcursed
parent16ec79396111ec5b651d0220448ee94d58f1f6f0 (diff)
downloadports-5172c6e95e1f251bf7a7da8119d09ecad3f58431.tar.gz
ports-5172c6e95e1f251bf7a7da8119d09ecad3f58431.zip
Notes
Diffstat (limited to 'print/bibcursed')
-rw-r--r--print/bibcursed/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile
index 5708733866e5..664eee0610ca 100644
--- a/print/bibcursed/Makefile
+++ b/print/bibcursed/Makefile
@@ -6,17 +6,18 @@ PORTVERSION= 2.0.1
CATEGORIES= print
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple curses-based editor for BibTeX bibliography files
+USES= ncurses tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/bibcursed man/man1/bibcursed.1.gz
do-build:
- cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses
+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} \
+ ${PORTNAME}.c -o ${PORTNAME} ${LDFLAGS} -lncurses)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin