freebsd-ports/devel/libg19/Makefile
Mathieu Arnold 0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00

23 lines
447 B
Makefile

# Created by: Armin Pirkovitsch <armin@frozen-zone.org>
# $FreeBSD$
PORTNAME= libg19
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 library
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= include/libg19.h \
lib/libg19.a \
lib/libg19.so \
lib/libg19.so.1 \
lib/libg19.so.1.0.1
.include <bsd.port.mk>