1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/lang/linux-f8-libg2c/Makefile
Boris Samorodov 15dfb098e6 . add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
2009-06-02 20:14:36 +00:00

31 lines
700 B
Makefile

# New ports collection makefile for: lang/linux-f8-libg2c
# Date created: 2008-04-02
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libg2c
PORTVERSION= 3.4.6
PORTREVISION= 1
CATEGORIES= lang linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Fortran 77 shared library (Linux Fedora 8)
CONFLICTS= linux-libg2c-[0-9]* linux-f10-libg2c-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_NAME= compat-libf2c-34
LINUX_DIST_VER= 8
RPMVERSION= 8
USE_LDCONFIG= yes
SRC_DISTFILES= compat-gcc-34-${PORTVERSION}-${RPMVERSION}.src.rpm
PLIST_FILES= usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0
.include <bsd.port.mk>