aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sigslot/Makefile
blob: 4e250692d632be237d94505a1ce9cd248f1e64c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# Ports collection makefile for:    sigslot
# Date created:         Jul 30, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   sigslot
PORTVERSION=    1.0.0
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/./-/g}

MAINTAINER= ports@FreeBSD.org

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}/${PORTNAME}

post-patch:
    @(cd ${WRKSRC} ; ${MV} -f sigslot.h sigslot.h.orig ; \
        ${CAT} sigslot.h.orig | /usr/bin/col -b > sigslot.h)

do-install:
    ${INSTALL_DATA} ${WRKSRC}/sigslot.h ${PREFIX}/include

.include <bsd.port.mk>