24 lines
492 B
Makefile
24 lines
492 B
Makefile
|
# New ports collection makefile for: dns/libasyncns
|
||
|
# Date created: 2009-12-20
|
||
|
# Whom: itetcu@
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libasyncns
|
||
|
PORTVERSION= 0.7
|
||
|
CATEGORIES= dns devel linux
|
||
|
PKGNAMEPREFIX= linux-f10-
|
||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
||
|
|
||
|
MAINTAINER= itetcu@FreeBSD.org
|
||
|
COMMENT= C library for executing DNS queries asynchronously (Linux Fedora 10)
|
||
|
|
||
|
USE_LINUX_RPM= yes
|
||
|
LINUX_DIST_VER= 10
|
||
|
RPMVERSION= 1.fc10
|
||
|
USE_LDCONFIG= yes
|
||
|
AUTOMATIC_PLIST=yes
|
||
|
|
||
|
.include <bsd.port.mk>
|