blob: b287c927a1e00c5f4921ad12fdfffd8097f6519d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= libsigc++20
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Callback Framework for C++ (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 4.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
.include <bsd.port.mk>
|