mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# New ports collection makefile for: cole
|
|
# Date created: 4 November 1999
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cole
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://arturo.directmail.org/filters/archive/ \
|
|
http://homepages.go.com/~sobomax/filtersweb/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|