Skip to content

Commit

Permalink
clean up and license fix, thanks floorter
Browse files Browse the repository at this point in the history
  • Loading branch information
sizeofvoid committed Dec 18, 2011
1 parent 998656b commit f08c47c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions devel/log4cpp/Makefile
@@ -1,20 +1,20 @@
# $OpenBSD$

CATEGORIES = devel
COMMENT = A library of C++ classes for flexible logging
VERSION = 1.0
DISTNAME = log4cpp-${VERSION}
HOMEPAGE = http://log4cpp.sourceforge.net/
CATEGORIES= devel
COMMENT= A library of C++ classes for flexible logging
VERSION= 1.0
DISTNAME= log4cpp-${VERSION}
HOMEPAGE= http://log4cpp.sourceforge.net/

SHARED_LIBS = log4cpp 0.0
SHARED_LIBS= log4cpp 0.0

MAINTAINER = Rafael Sadowski <rafael@sizeofvoid.org>
MAINTAINER= Rafael Sadowski <rafael@sizeofvoid.org>

# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
# LGPL
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No

EXTRACT_SUFX= .tar.gz

Expand All @@ -27,7 +27,7 @@ CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
USE_GMAKE= Yes

SEPARATE_BUILD = simple
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
SEPARATE_BUILD= simple
CONFIGURE_ARGS= ${CONFIGURE_SHARED}

.include <bsd.port.mk>

0 comments on commit f08c47c

Please sign in to comment.