freebsd-ports/devel/linux-libglade2/Makefile
Boris Samorodov 1ffda648c0 A new port for linux glade2 library. [1]
While I'm here:
. remove extra blank line at headers;
. use INSTALLS_SHLIB instead of USE_LDCONFIG (yep, it is still used at
  linux ports;
. fix and sort pkg-plist;
. fix distinfo (sources added).

PR:		116032  [1]
Submitted by:	Artem Naluzhnyy <tut at nhamon.com.ua>  [1]
2007-09-09 15:06:21 +00:00

22 lines
480 B
Makefile

# New ports collection makefile for: linux-libglade2
# Date created: 2007.09.02
# Whom: Artem Naluzhnyy <tut@nhamon.com.ua>
#
# $FreeBSD$
#
PORTNAME= libglade2
PORTVERSION= 2.5.1
CATEGORIES= devel linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
MAINTAINER= tut@nhamon.com.ua
COMMENT= RPM of libglade2
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
INSTALLS_SHLIB= yes
PLIST= pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB= LIBVERSION="0.0.7" PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>