6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# New ports collection makefile for: linux-libglade
|
|
# Date created: 2001.02.08
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libglade
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-16
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= RPM of libglade
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB= LIBVERSION="0.4.2" PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|