25 lines
565 B
Makefile
25 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:55 espie Exp $
|
|
|
|
COMMENT= programmable ncurses-based AIM client
|
|
DISTNAME= pork-0.99.8.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c m ncurses perl util
|
|
|
|
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>
|