mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ee97f7efce
- Remove leading article from COMMENT - Use new LIB_DEPENDS syntax - Convert to USES=tar:bzip2 - Strip library
28 lines
714 B
Makefile
28 lines
714 B
Makefile
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guiloader-c++
|
|
PORTVERSION= 2.19.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ binding to the GuiLoader library
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
|
|
LIB_DEPENDS= libguiloader.so:${PORTSDIR}/devel/guiloader \
|
|
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
PROJECTHOST= nothing-personal
|
|
USES= gettext 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>
|