mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
149ba7338a
These ports built successfully
37 lines
737 B
Makefile
37 lines
737 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= serveez
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Server framework
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libguile.so:lang/guile
|
|
|
|
USES= tar:xz libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-libserveez-install
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|