60806aa001
Fix PR pkg/48777
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.18 2014/05/05 00:48:31 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= libunique-3.0.2
|
|
PKGNAME= ${DISTNAME:S/libunique/libunique3/}
|
|
PKGREVISION= 14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunique/3.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/LibUnique
|
|
COMMENT= Library for writing single instance applications
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= unique.pc.in
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|