forked from Lainports/freebsd-ports
reading the 20040314 entry in /usr/ports/CHANGES regarding importing of ports into the tree that require the use of GNU autotools. Thanks awfully
20 lines
450 B
Makefile
20 lines
450 B
Makefile
# ports collection makefile for: skyutils
|
|
# Date created: 21 February 2004
|
|
# Whom: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skyutils
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://zekiller.skytech.org/fichiers/
|
|
|
|
MAINTAINER= machiel_mastenbroek@hotmail.com
|
|
COMMENT= A library required by smssend (same author)
|
|
|
|
USE_AUTOCONF_VER?=257
|
|
USE_LIBTOOL_VER=13
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|