2015-08-25 13:18:24 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2015/08/25 13:18:27 sthen Exp $
|
2013-03-22 16:49:23 +00:00
|
|
|
|
|
|
|
COMMENT = command line app.net client
|
2015-05-14 02:11:29 +00:00
|
|
|
DISTNAME = texapp-0.6.10
|
2013-03-22 16:49:23 +00:00
|
|
|
CATEGORIES = net
|
2015-08-25 13:18:24 +00:00
|
|
|
REVISION = 0
|
2013-03-22 16:49:23 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://www.floodgap.com/software/texapp/
|
|
|
|
|
|
|
|
# Floodgap Free Software License
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2015-03-17 23:43:25 +00:00
|
|
|
MASTER_SITES = http://mirrors.nycbug.org/pub/distfiles/
|
2013-03-22 16:49:23 +00:00
|
|
|
|
|
|
|
MODULES = perl
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/p5-Term-ReadLine-TTYtter \
|
|
|
|
net/curl
|
|
|
|
|
|
|
|
NO_BUILD = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/texapp.txt ${PREFIX}/bin/texapp
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/texapp
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/share/doc/texapp
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/texapp
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/texapprc ${PREFIX}/share/examples/texapp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|