- update MASTER_SITES where needed - regen distinfo while here patch from Martin Natano with tweaks by me.
29 lines
571 B
Makefile
29 lines
571 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/05/26 09:30:55 kirby Exp $
|
|
|
|
COMMENT= small dynamic DNS updater written in C
|
|
|
|
DISTNAME= ez-ipupdate-3.0.11b7
|
|
REVISION= 1
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/ez-ipupdate/
|
|
|
|
MAINTAINER= Mitja Muzenic <mitja@kerberos.si>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ez-ipupdate/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ez-ipupdate
|
|
${INSTALL_DATA} ${WRKSRC}/example* \
|
|
${PREFIX}/share/examples/ez-ipupdate/
|
|
|
|
.include <bsd.port.mk>
|