mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
26 lines
497 B
Makefile
26 lines
497 B
Makefile
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glib
|
|
PORTVERSION= 1.2.10
|
|
PORTREVISION= 15
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 12
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Some useful routines of C programming (previous stable version)
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pathfix
|
|
USE_CSTD= gnu89
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= glib
|
|
|
|
post-install:
|
|
${LN} -sf glib-config ${STAGEDIR}${PREFIX}/bin/glib12-config
|
|
|
|
.include <bsd.port.mk>
|