25f914c39a
- update MASTER_SITES - add HOMEPAGE and @comment with RCS id to PLIST - bump NEED_VERSION >From ChangeLog: o Forked version because the original maintainer was unreachable. o Internal representation has now changed to utf-8 (XFree) or locale-dependent multibyte (X). o Font ressource is now .fontSet instead of .font. o I/O is done using the current locale unless the -u (utf8) switch is in effect.
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/06/07 04:45:41 kevlo Exp $
|
|
|
|
COMMENT= "tool for managing X11 cut-buffers"
|
|
|
|
DISTNAME= xcb-2.3i
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.414
|
|
MASTER_SITES= http://www.goof.com/pcg/marc/data/
|
|
|
|
HOMEPAGE= http://www.goof.com/pcg/marc/xcb.html
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
.include <bsd.port.mk>
|