freebsd-ports/x11/p5-X11-Protocol/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

26 lines
782 B
Makefile

# New ports collection makefile for: X11-Protocol
# Date created: Mon Jan 1 21:49:44 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= X11-Protocol
PORTVERSION= 0.04
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= X11
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= X11::Auth.3 X11::Keysyms.3 X11::Protocol::Connection::Socket.3 \
X11::Protocol::Connection::INETSocket.3 X11::Protocol::Connection::FileHandle.3 \
X11::Protocol::Connection::UNIXSocket.3 X11::Protocol::Ext::BIG_REQUESTS.3 \
X11::Protocol::Connection::INETFH.3 X11::Protocol::Connection.3 \
X11::Protocol::Ext::SHAPE.3 X11::Protocol::Connection::UNIXFH.3 X11::Protocol.3
.include <bsd.port.mk>