naddy dcbb2a288b The author did not understand the semantics of "inline" at all.
Define it away.  Fixes the build with clang.
2017-05-08 19:42:24 +00:00

26 lines
580 B
Makefile

# $OpenBSD: Makefile,v 1.19 2017/05/08 19:42:24 naddy Exp $
COMMENT= programmable ncurses-based AIM client
DISTNAME= pork-0.99.8.1
REVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ncurses perl pthread
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pork
${INSTALL_DATA} ${WRKSRC}/{QUICK_START,README} \
${PREFIX}/share/doc/pork
${INSTALL_DATA} ${WRKSRC}/examples/blist.txt \
${PREFIX}/share/examples/pork
.include <bsd.port.mk>