32 lines
794 B
Makefile
32 lines
794 B
Makefile
# $OpenBSD: Makefile,v 1.16 2014/10/02 21:55:25 bcallah Exp $
|
|
|
|
COMMENT = command line app.net client
|
|
DISTNAME = texapp-0.6.9
|
|
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>
|