wilfried ed94b6f2de Update to pork-0.7.0; from maintainer Jolan Luff <jolan@cryptonomicon.org>
- bug fixes
- show urls in messages containing a href tags
- interoperability with icq
2003-04-14 09:20:40 +00:00

28 lines
663 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/04/14 09:20:40 wilfried Exp $
COMMENT= "programmable, ncurses-based AIM client"
DISTNAME= pork-0.7.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
HOMEPAGE= http://ojnk.sourceforge.net/
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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>