1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/glib12/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- 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
2014-09-13 15:11:27 +00:00

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>