6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# New ports collection makefile for: linux-glib2
|
|
# Date created: 2003-07-05
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= glib2
|
|
PORTVERSION= 2.6.6
|
|
CATEGORIES= devel linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Version 2.X Linux/i386 binary port of GLib
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
PLIST_SUB+= LIBVERSION="600.6" PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|