]> git.ipfire.org Git - people/stevee/aiccu.git/blob - openbsd/Makefile
Import upstream release 2007.01.15
[people/stevee/aiccu.git] / openbsd / Makefile
1 # $OpenBSD$
2
3 COMMENT= "Automatic IPv6 Connectivity Configuration Utility (AICCU)"
4
5 PKGNAME= sixxs-aiccu-2007-01-07
6 DISTNAME= aiccu_20070107
7 CATEGORIES= net
8
9 HOMEPAGE= http://www.sixxs.net/tools/aiccu/
10 MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/
11
12 MAINTAINER= Thomas Kaschwig <openbsd@kaschwig.net>
13
14 SED= /usr/bin/sed
15
16 # GPL
17 PERMIT_PACKAGE_CDROM= Yes
18 PERMIT_PACKAGE_FTP= Yes
19 PERMIT_DISTFILES_CDROM= Yes
20 PERMIT_DISTFILES_FTP= Yes
21 WANTLIB= c pthread
22
23 EXTRACT_SUFX= .tar.gz
24 WRKDIST= ${WRKDIR}/aiccu
25
26 NO_REGRESS= Yes
27
28 USE_GMAKE= Yes
29 DOCDIR= ${PREFIX}/share/doc/sixxs-aiccu
30 EXAMPLEDIR= ${PREFIX}/share/examples/sixxs-aiccu
31
32 pre-build:
33 ${SED} -e 's:ipv6_interface sixxs:ipv6_interface gif0:' \
34 ${WRKSRC}/doc/aiccu.conf > ${WRKSRC}/aiccu.conf
35
36 do-install:
37 ${INSTALL_DATA_DIR} ${DOCDIR} ${EXAMPLEDIR}
38 ${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${PREFIX}/sbin/sixxs-aiccu
39 ${INSTALL_DATA} ${WRKSRC}/aiccu.conf ${SYSCONFDIR}/aiccu.conf.sample
40 ${INSTALL_DATA} ${WRKSRC}/aiccu.conf ${EXAMPLEDIR}
41 ${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCDIR}
42 ${INSTALL_DATA} ${WRKSRC}/doc/LICENSE ${DOCDIR}
43 ${INSTALL_DATA} ${WRKSRC}/doc/HOWTO ${DOCDIR}
44
45 .include <bsd.port.mk>