mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5329bdb5fa
This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. WWW: http://libsigc.sourceforge.net/
34 lines
763 B
Makefile
34 lines
763 B
Makefile
# New ports collection makefile for: devel/linux-libsigc++20
|
|
# Date created: 28 Jun 2007
|
|
# Whom: Boris Samorodov <bsam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsigc
|
|
PORTVERSION= 2.0.17
|
|
CATEGORIES= devel linux
|
|
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/
|
|
DISTNAME= ${PORTNAME}++20-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Callback Framework for C++ (linux version)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
RPMVERSION= 1
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
|
|
|
|
.if defined(NOPORTDOCS)
|
|
REMOVE_DIRS= usr/share
|
|
.endif
|
|
|
|
pre-install:
|
|
@for D in ${REMOVE_DIRS}; do \
|
|
${RM} -rf ${WRKSRC}/$$D; \
|
|
done
|
|
|
|
.include <bsd.port.mk>
|