mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe90a46320
area on the local ports tree.
24 lines
417 B
Makefile
24 lines
417 B
Makefile
# New ports collection makefile for: xcept
|
|
# Date created: Sep 1, 1996
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcept
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
MAN1= xcept.1
|
|
MAN8= ceptd.8
|
|
MANCOMPRESSED= maybe
|
|
|
|
WRKSRC= ${WRKDIR}/XCept-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|