openbsd-ports/telephony/gsutil/Makefile
2013-03-11 11:35:43 +00:00

33 lines
621 B
Makefile

# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:33 espie Exp $
COMMENT = dump/restore Grandstream device configurations
DISTNAME = gsutil-3.0
CATEGORIES = telephony
HOMEPAGE = http://www.pkts.ca/gsutil.shtml
MAINTAINER= Ian Darwin <ian@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://www.pkts.ca/
RUN_DEPENDS = www/p5-libwww
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
INSTALL_STRIP =
do-install:
${INSTALL_PROGRAM} ${WRKDIST}/gsutil ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gsutil
${INSTALL_DATA} ${WRKDIST}/README ${PREFIX}/share/doc/gsutil
.include <bsd.port.mk>