1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11/xclip/Makefile
Ying-Chieh Liao 4138db0e8b add xclip 0.08
An interface to X selections ("the clipboard") from the command line
2001-12-18 06:34:27 +00:00

22 lines
338 B
Makefile

# 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
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
MAN1= xclip.1
.include <bsd.port.mk>