freebsd-ports/x11/xclip/Makefile

24 lines
440 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: xclip
# Date created: Dec 18, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xclip
PORTVERSION= 0.08
CATEGORIES= x11
MASTER_SITES= http://people.debian.org/~kims/xclip/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= An interface to X selections ("the clipboard") from the command line
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
2004-02-05 21:38:07 +01:00
MAN1= xclip.1
PLIST_FILES= bin/xclip
.include <bsd.port.mk>