mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
d89de633a5
Convert linux-f10-libasyncns to STAGEDIR (only user of AUTOMATIC_PLIST) Approved by: portmgr (bapt)
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# Created by: 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>
|