openbsd-ports/net/texapp/Makefile
2013-04-09 03:08:03 +00:00

32 lines
793 B
Makefile

# $OpenBSD: Makefile,v 1.3 2013/04/09 03:08:03 bcallah Exp $
COMMENT = command line app.net client
DISTNAME = texapp-0.4.4
CATEGORIES = net
HOMEPAGE = http://www.floodgap.com/software/texapp/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# Floodgap Free Software License
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://devio.us/~bcallah/source/
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>