mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
69db77c357
- Convert USE_XZ to USES - Strip library
34 lines
706 B
Makefile
34 lines
706 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= serveez
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Server framework
|
|
|
|
LICENSE= GPLv3 # (or later)
|
|
|
|
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
|
|
|
USES= tar:xz libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-libserveez-install
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
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>
|