freebsd-ports/graphics/xdgagrab/Makefile
2000-04-14 10:48:02 +00:00

22 lines
426 B
Makefile

# New ports collection makefile for: xdgagrab
# Date created: 99/01/18
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xdgagrab
PORTVERSION= 0.3
CATEGORIES= graphics
MASTER_SITES= http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/ports/
MAINTAINER= taoka@FreeBSD.org
ALL_TARGET= xdgagrab
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin
.include <bsd.port.mk>