freebsd-ports/net/serveez/Makefile

32 lines
655 B
Makefile
Raw Normal View History

# Created by: ijliao
2002-05-16 15:22:42 +02:00
# $FreeBSD$
PORTNAME= serveez
PORTVERSION= 0.2.2
2002-05-16 15:22:42 +02:00
CATEGORIES= net devel
MASTER_SITES= GNU
2002-05-16 15:22:42 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Server framework
2002-05-16 15:22:42 +02:00
LICENSE= GPLv3 # (or later)
2002-05-16 15:22:42 +02:00
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
USE_XZ= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --enable-libserveez-install
USE_LDCONFIG= yes
2002-05-16 15:22:42 +02:00
INFO= serveez
post-patch:
@${REINPLACE_CMD} -e \
'/^SUBDIRS/s|test||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
'/date -r/s|^|#|' ${WRKSRC}/src/irc-server/Makefile.in
@${ECHO_CMD} 'static char created[] = "2013-12-02 09:17 UTC";' \
> ${WRKSRC}/src/irc-server/timestamp.c
2002-05-16 15:22:42 +02:00
.include <bsd.port.mk>