diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 16:08:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 16:08:55 +0000 |
commit | 5172c6e95e1f251bf7a7da8119d09ecad3f58431 (patch) | |
tree | 0d8e11fc895b18b03333ace25e39ecd701df9a60 /print/bibcursed | |
parent | 16ec79396111ec5b651d0220448ee94d58f1f6f0 (diff) | |
download | ports-5172c6e95e1f251bf7a7da8119d09ecad3f58431.tar.gz ports-5172c6e95e1f251bf7a7da8119d09ecad3f58431.zip |
Notes
Diffstat (limited to 'print/bibcursed')
-rw-r--r-- | print/bibcursed/Makefile | 5 |
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 |