Skip to content

Instantly share code, notes, and snippets.

@adsr

adsr/Makefile Secret

Last active March 6, 2018 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adsr/463fc1548ba5ed0f300b390fb92ebe56 to your computer and use it in GitHub Desktop.
Save adsr/463fc1548ba5ed0f300b390fb92ebe56 to your computer and use it in GitHub Desktop.
# $FreeBSD$
PORTNAME= mle
PORTVERSION= 1.2d
CATEGORIES= editors
MAINTAINER= as@php.net
COMMENT= Small, flexible, terminal-based text editor
LICENSE= APACHE20
LIB_DEPENDS= libpcre.so:devel/pcre
USES= gmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= adsr
GH_TAGNAME= 6c81f7e
GH_TUPLE= adsr:mlbuf:4188b62:mlbuf/mlbuf \
nsf:termbox:e7ab042:termbox/termbox \
troydhanson:uthash:7f1b50b:uthash/uthash \
munificent:wren:3ce9ecf:wren/wren
PLIST_FILES= bin/mle
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mle ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment