mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
3f3404f6b2
- Remove leading article from COMMENT - Convert to USES=tar:bzip2 - Strip library
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guiloader
|
|
PORTVERSION= 2.19.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= High-performance and compact GuiXml loader library
|
|
|
|
PROJECTHOST= nothing-personal
|
|
USES= gettext gmake 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.so.1
|
|
|
|
.include <bsd.port.mk>
|