mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
badeabad3b
------- ===> Building for libgtop-0.26.2 Makefile:499: macros/macros.dep: No such file or directory cd macros && gmake macros.dep gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros' gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros' gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2' Making all in po gmake[2]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po' PATH=../src:$PATH : --default-domain=libgtop --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in rm -f ./libgtop.pot mv libgtop.po ./libgtop.pot mv: rename libgtop.po to ./libgtop.pot: No such file or directory gmake[2]: *** [libgtop.pot] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2' gmake: *** [all-recursive-am] Error 2 *** Error code 2
25 lines
556 B
Makefile
25 lines
556 B
Makefile
# New ports collection makefile for: libgtop
|
|
# Version required: 0.26.2
|
|
# Date Created: 26 Sep 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/10/08 15:24:37 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= libgtop-0.26.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/0.26.2/
|
|
|
|
MAINTAINER= Nakai@technologist.com
|
|
|
|
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
|
|
|
|
BROKEN= build
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|