Addresses for GNUstep is a versatile address book application for managing contact information. It stores addresses, phone numbers, pictures, instant messaging information, email, homepages and whatever. Addresses is also a framework that allows access to the addresses database in a way that is source code compatible with Apple's AddressBook.framework. It also contains a view framework to facilitate the construction of applications that use the contact database.
15 lines
797 B
Plaintext
15 lines
797 B
Plaintext
$OpenBSD: patch-AddressManager_GNUmakefile,v 1.1.1.1 2007/07/25 06:18:27 ajacoutot Exp $
|
|
--- AddressManager/GNUmakefile.orig Sat Jul 21 15:07:25 2007
|
|
+++ AddressManager/GNUmakefile Sat Jul 21 15:07:49 2007
|
|
@@ -23,8 +23,8 @@ AddressManager_LOCALIZED_RESOURCE_FILES=\
|
|
AddressManager_LANGUAGES=Dutch English French German Spanish
|
|
AddressManager_OBJCFLAGS=-I../Frameworks -Wall
|
|
AddressManager_LDFLAGS=\
|
|
- -L../Frameworks/AddressView/AddressView.framework/$(GNUSTEP_TARGET_LDIR) \
|
|
- -L../Frameworks/Addresses/Addresses.framework/$(GNUSTEP_TARGET_LDIR) \
|
|
+ -L../Frameworks/AddressView/AddressView.framework/Versions/!!LIBAddressView_VERSION!! \
|
|
+ -L../Frameworks/Addresses/Addresses.framework/Versions/!!LIBAddressView_VERSION!! \
|
|
-lAddressView -lAddresses
|
|
|
|
-include GNUmakefile.preamble
|