freebsd-ports/devel/libsigc++12/Makefile
Jeremy Messenger c7af8c0a56 portlint:
-Change the order of DISTFILES by move above the DIST_SUBDIR.
2006-05-16 04:27:42 +00:00

30 lines
728 B
Makefile

# New ports collection makefile for: libsigc++
# Date created: 30 September 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
PORTNAME= libsigc++
PORTVERSION= 1.2.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:gnome/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2/:gnome \
libsigc/:sf
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,gnome
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes
LATEST_LINK= libsigc++12
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>