mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
824eda00fc
The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
30 lines
733 B
Makefile
30 lines
733 B
Makefile
# New ports collection makefile for: devel/linux-f8-libglade2
|
|
# Date created: 2008-04-02
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libglade2
|
|
PORTVERSION= 2.6.2
|
|
CATEGORIES= devel linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of libglade2 (Linux Fedora 8)
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 3.fc8
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/lib/libglade-2.0.so.0 usr/lib/libglade-2.0.so.0.0.7 \
|
|
usr/share/xml/libglade/glade-2.0.dtd
|
|
PLIST_DIRS= usr/share/xml/libglade usr/share/xml
|
|
DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS COPYING NEWS README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|