mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
23 lines
399 B
Makefile
23 lines
399 B
Makefile
# New ports collection makefile for: xcept
|
|
# Version required: 2.1.2
|
|
# Date created: Sep 1, 1996
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xcept-2.1.2
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
MAN1= xcept.1
|
|
MAN8= ceptd.8
|
|
MANCOMPRESSED= maybe
|
|
|
|
WRKSRC= ${WRKDIR}/XCept-2.1.2
|
|
|
|
.include <bsd.port.mk>
|