mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
31 lines
841 B
Makefile
31 lines
841 B
Makefile
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guiloader-c++
|
|
PORTVERSION= 2.19.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ binding to the GuiLoader library
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libguiloader.so:devel/guiloader \
|
|
libgtkmm-2.4.so:x11-toolkits/gtkmm24
|
|
|
|
PROJECTHOST= nothing-personal
|
|
USES= gettext libtool pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-hidden-visibility
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libguiloader-c++.so.1
|
|
|
|
.include <bsd.port.mk>
|